export declare function getDownLoadFileUrl(fileKey: string): Promise<any>;
export declare function uploadFileTemporary(file: File): Promise<any>;
