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