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