import { type Property, type StringableASTNode } from 'eslint-codemod-utils'; export declare function getTokenProperty(propertyName: string, tokenName: string, tokenFallback?: string, isFallbackMember?: boolean): StringableASTNode;