import type { Omit } from './omit'; export declare type MakeOptional = Omit & Partial; //# sourceMappingURL=makeOptional.d.ts.map