export declare const isObject: (val: unknown) => boolean; export declare const combinations: (mods: T[][]) => T[][];