export declare const encode64: (str: string) => string; export declare const decode64: (str: string) => string;