export declare const capitalize: (str: string) => string;
export declare const escapeDuplicate: (keep: string[]) => (change: string) => string;
