export declare class UploaderService {
    constructor();
    getBase64(file: any): Promise<[string, string]>;
}
