import { type Property, type StringableASTNode } from 'eslint-codemod-utils';
export declare function getLiteralProperty(propertyName: string, propertyValue: string): StringableASTNode<Property>;
