import { type UnknownRecord } from 'type-fest'; declare function only(object: any, keys: string | string[]): UnknownRecord; export default only;