import { type ImportDeclaration } from 'eslint-codemod-utils'; export declare const getUniqueButtonItemName: (menuNode: ImportDeclaration | null, importDeclarations: ImportDeclaration[]) => string;