export type AtLeastOne = [T, ...T[]]; export declare function isInteger(n: unknown): n is number; export declare function escapeUnicode(str: string): string; type Without = { [P in Exclude]?: never; }; export type XOR = T | U extends object ? (Without & U) | (Without & T) : T | U; export {}; //# sourceMappingURL=utils.d.ts.map