import type { TSESTree } from '@typescript-eslint/types';
export declare const getKeys: (node: TSESTree.Node) => readonly string[];
