import { type StudioBinding } from "../../studio-binding.js"; import type { WireProject } from "../wire.js"; /** Augment a WireProject row with Studio binding fields when present. */ export declare function applyBindingFields(project: WireProject, rowBinding?: StudioBinding | null): WireProject; //# sourceMappingURL=project-binding.d.ts.map