import type { ContractManifestOperation } from './manifest.js'; export declare function validateOperationInput(operation: ContractManifestOperation | undefined, input?: { body?: unknown; pathParams?: Record; query?: Record; }): string[];