import type { AgentStatus, MessageImportance } from '../types.js'; export declare function requireString(args: Record, key: string): string; export declare function optString(args: Record, key: string): string | undefined; export declare function requireNumber(args: Record, key: string): number; export declare function optNumber(args: Record, key: string): number | undefined; export declare function optImportance(args: Record, key: string): MessageImportance | undefined; export declare function optStatus(args: Record, key: string): AgentStatus | undefined; export declare function optStringOrNull(args: Record, key: string): string | null; export declare function optBoolean(args: Record, key: string): boolean | undefined; //# sourceMappingURL=mcp-validation.d.ts.map