export declare function substr_compare(mainStr: string, str: string, offset: number, length: number, caseInsensitivity?: boolean): number | false;