export declare const inputRegex: RegExp;
export declare function escapeRegExp(string: string): string;
