/**
 * Encoding a string to base64 in a browser.
 */
export declare function encode(input: string): string;
