export declare const makeStorageServeUrl: ({ bucketName, subFolder, }: { bucketName: string; subFolder: string; }) => string;