import type { MaybeArray } from '../definitions.js'; export declare function extractArray(arr: MaybeArray | undefined): T[]; export declare function entries(input: Record | Partial>): [TKey, TValue][]; export declare function keys(input: Record): TKey[];