import { EventBridgeContract } from '../eventBridgeContract'; import { FullContractSchemaType } from '../types/fullContract'; /** * Returns the aggregated EventBridgeContract schema in order to compare contracts versions. * * This also enables to infer the type with `json-schema-to-ts`. * * @param contract your EventBridgeContract */ export declare const getFullContractSchema: (contract: Contract) => FullContractSchemaType; //# sourceMappingURL=fullContractSchema.d.ts.map