/** * Forces tuple inference for a list of string literals. * `tuple('a', 'b')` infers `['a', 'b']` rather than `string[]`. */ export declare const tuple: (...args: T) => T; //# sourceMappingURL=tuple.d.ts.map