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