export interface UrlToBase64Params {
    url: string;
}
