export declare function stricmp(a: string, b: string): 1 | 0 | -1;
export declare function datecmp(a: string, b: string): 1 | 0 | -1;
