/**
 * Returns the local URI of an embedded asset from its hash and type, or null if the asset is not
 * included in the app bundle.
 */
export declare function getEmbeddedAssetUri(hash: string, type: string | null): string | null;