export declare const composing: (ctx: any, provider: any) => Promise<void>;
export declare function imageToBase64(imagePath: string): {
    mimeType: any;
    base64: string;
};
