export declare function nullObj(): {}; export type ArgsNum any> = T extends (...args: infer K) => any ? K["length"] : never;