import { ShorthandPropertyAssignmentStructure } from "./../../../structures";
import { StructureToText } from "./../../StructureToText";
export declare class ShorthandPropertyAssignmentStructureToText extends StructureToText<ShorthandPropertyAssignmentStructure> {
    writeText(structure: ShorthandPropertyAssignmentStructure): void;
}
