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