export type StorageDataType = { _id: string; public_id: string; version?: number; type: string; resource_type: "image" | "video" | "raw"; }; export declare function getCloudinaryURL(props: StorageDataType, options?: { filters?: string[]; format?: string; }): string; //# sourceMappingURL=cloudinary.d.ts.map