export declare const escapeStringRegexp: (s: string) => string;
export declare const uniq: <T>(array: T[]) => T[];
