/** * Compares two strings. * @param x - First value. * @param y - Second value. * @returns Comparison result. */ export declare function compare(x: string, y: string): -1 | 0 | 1; //# sourceMappingURL=compare.d.ts.map