import type { GatewayMethodCatalog } from './method-catalog.js'; import type { OperatorContractManifest } from '../types/foundation-contract.js'; export type { OperatorContractManifest } from '../types/foundation-contract.js'; export declare const OPERATOR_CONTRACT_SCHEMA: Record; export declare function buildOperatorContract(catalog: GatewayMethodCatalog): OperatorContractManifest; //# sourceMappingURL=operator-contract.d.ts.map