export declare const toBase64: (input: string) => string;
export declare const fromBase64: (input: string) => string;
