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