export class BoundPlainNumericPropertyWriter extends BoundValueWriter {
    /**
     * @type {Object}
     */
    parent: any;
    /**
     * @type {string}
     */
    property_name: string;
    bind(root: any, path: any): void;
    write(data: any): void;
}
import { BoundValueWriter } from "./BoundValueWriter.js";
//# sourceMappingURL=BoundPlainNumericPropertyWriter.d.ts.map