import { Bucket, Storage } from '@google-cloud/storage'; export { Storage, Bucket }; export declare const storage: Storage; export declare const bucket: Bucket; export declare const getPublicUrl: (filePath: string, bucket?: string) => string;