3 lines
149 B
TypeScript
3 lines
149 B
TypeScript
export declare function downloadOrUseCachedImage(url: string): Promise<string>;
|
|
export declare function downloadImage(url: string): Promise<string>;
|