import { type Property, type StringableASTNode } from 'eslint-codemod-utils';
export declare function convertPropertyNodeToStringableNode(node: Property): StringableASTNode<Property>;
