export declare type Diff = T extends U ? never : T; export declare type Varargs = (string | number | boolean | undefined | null | void | {})[];