export declare class StrUtils { static compare(first: string, second: string): number; }