/** * Get the base64 representation of an image. * * @param {string} url - The URL of the image. * @return {Promise} The base64 representation of the image. */ export declare const getBase64Image: (url: string) => Promise;