import type { Rule } from 'eslint';
export declare const isPropertyKey: (node: Rule.Node) => boolean;
