export declare function uploadImageToSmms(imageBase64: string, token: string): Promise<string>;
