export declare class Base64Converter { private readonly _imageSource; constructor(imageURL: string); static convert(imageURL: string): Promise; _convert(): Promise; }