import { Match } from '../Any/_Internal'; import { SelectKeys as OSelectKeys } from '../Object/SelectKeys'; import { ObjectOf } from './ObjectOf'; import { List } from './List'; /** * Get the keys of `L` which entries match `M` * @param L to extract from * @param M to select entries * @param match (?=`'default'`) to change precision * @returns [[Key]] * @example * ```ts * ``` */ export declare type SelectKeys = OSelectKeys, M, match>;