export declare type Omit = Pick>; export declare const tuple: (...args: T) => T; export declare const tupleNum: (...args: T) => T;