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