export declare function fetchRemotePreview(downloadUrl: string): Promise<string>;
export declare function readLocalPreview(filePath: string): Promise<string>;
