export declare function encodeKey(key: string): string;
export declare function encodeValue(value: string): string;
