export declare class FilesGetPresignedUrlArgs { ext: string; } export declare class FilesPresignedUrls { downloadUrl: string; uploadUrl: string; } export declare class FilesDeleteFileArgs { downloadUrl: string; }