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