import type { ServerBiomeManifest } from './biome-manifest'; export interface ShippedWorkflowSummary { readonly id: string; readonly webhookEvents: readonly string[]; readonly requiredAdapterKinds: readonly string[]; } export declare class ConnectorCrossValidationError extends Error { readonly issues: readonly string[]; constructor(biomeId: string, issues: readonly string[]); } export declare function crossValidateConnectorContract(manifest: ServerBiomeManifest, workflows: readonly ShippedWorkflowSummary[]): void; //# sourceMappingURL=connector-cross-validate.d.ts.map