export type AtLeastOne = [T, ...T[]]; export type MaybePromise = T | Promise | PromiseLike; 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