export declare function encodeKey(key: string): string;
export declare function replace(find: string[], replace: string[], subject: string): string;
