import { AxiosResponse } from 'axios'; export declare class Uploader { private asunaQueue; private queueName; private static instance; private static readonly appSettings; private constructor(); private fileToChunks; static upload(bucket: string, prefix: string, path: string, filename: any): Promise; }