export declare type ToBase64Response = {
    base64?: string;
    size?: string;
    page?: number;
};
