import { NullableKeys as ONullableKeys } from '../Object/NullableKeys'; import { ObjectOf } from './ObjectOf'; import { List } from './List'; /** * Get the keys of `L` that are nullable * @param L * @returns [[Key]] * @example * ```ts * ``` */ export declare type NullableKeys = ONullableKeys>;