import type { Omit1, Omit2 } from "./object.internal"; export type Omit = Omit1 & Omit2; export type { Optional } from "ts-toolbelt/out/Object/Optional"; export type { Readonly } from "ts-toolbelt/out/Object/Readonly"; export type { Required } from "ts-toolbelt/out/Object/Required"; export type { Writable } from "ts-toolbelt/out/Object/Writable"; //# sourceMappingURL=object.d.ts.map