/**
 * Anthropic Request Validator
 * Validates incoming requests against Anthropic API specification
 */
export declare function validateAnthropicRequest(request: any): boolean;
//# sourceMappingURL=validator.d.ts.map