import { StorageAccountImage } from "./types/storage-account-image"; export declare class API_SETTINGS { static MOBI_STORAGEACCOUNT_NAME: string; static CLOUD_BLOB_BASEURL: string; static NO_PROFILEIMG_URL: string; } export declare function getBlobUrl(storageAccountName: string, blobPath: string): string; export declare function getProfileImageUrl(img: StorageAccountImage | undefined): string | undefined; export declare function getFlagUrl(): string | undefined; export declare function getFlag2Url(): string | undefined; //# sourceMappingURL=api-utils.d.ts.map