export declare const KeyEncoding: {
    escape(input: string): string;
    unescape(input: string): string;
};
