export declare type Omit = Pick>; export declare type ArgsType any> = T extends (...a: infer R) => any ? R : any;