import type { KeyTypes } from './KeyTypes.js';
export declare function someKey<S extends Record<KeyTypes, any>, T = any>(subject: S, predicate: (this: T, key: keyof S, index: number, array: string[], subject: S) => unknown, thisArg?: T): boolean;
//# sourceMappingURL=someKey.d.ts.map