/** * Factory method for creating a Tuple instance. * @param args */ export declare const tuple: (...args: T) => T; //# sourceMappingURL=tuple.d.ts.map