declare const _default: (blob: any, apiKey: string, mimeType?: string) => Promise<{
    data: any;
}>;
export default _default;
