export declare const keys: >(value: T) => Array<`${keyof T & (string | number | boolean)}` | (keyof T & symbol)>;