export declare function contains(string: string, substring: string, compare: (a: string, b: string) => number): boolean;