/** * Fetch any url as a blob and return a blob url. * This is used to get and display logos and images related to Iris Apps. */ export declare const fetchAssetBlobUrl: (fullUrl: string, headers: HeadersInit) => Promise;