type ImageType = 'profile' | 'banner';
export declare const ImagesModule: {
    init: (externalPackages: {
        JimpInstance: any;
    }) => Promise<void>;
    convertOrMinifyImageToBase64: (imageUrl?: string, imageType?: ImageType) => Promise<string>;
};
export {};
