/** * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @format * @oncall static_docs */ export declare function storeImage(repo: string, classname: string, symbol: string, b64Data: string): void; export declare function writeImagesToDisk(): Promise; export declare function getAssetUrl(repo: string, classname: string, symbol: string): string;