/** * The Declarable resource backing an Op definition. * entityType: "Temporal::Op", lexicon: "temporal" * Discovered automatically alongside infra files — no pipeline changes needed. */ export declare const OpResource: new (props: Record, attributes?: Record) => import("../index.js").Declarable & Record; //# sourceMappingURL=resource.d.ts.map