export declare function excludeProperties>, K extends Exclude>(obj: T, keys: K | K[]): Omit; export declare function excludePropertiesNullable]+?: unknown; }>(obj: T): Partial;