import { List } from '../List/List'; /** * Get the keys of `A` * @param A * @returns [[Key]] * @example * ```ts * ``` */ export declare type Keys = A extends List ? Exclude | number : keyof A;