import { type ArrayElement, type UnknownRecord } from 'ts-type-forge'; import { type ExcessPropertyOption, type Type } from '../type.mjs'; /** Creates a record type with keys omitted. */ export declare const omit: (recordType: Type, keysToOmit: KeysToOmit, options?: Partial>) => OmittedType; type OmittedType = Type>>>; export {}; //# sourceMappingURL=omit.d.mts.map