import type { Envelope } from './types.js'; export declare class EnvelopeViolation extends Error { readonly code: string; readonly metadata: Record; constructor(message: string, code: string, metadata?: Record); } export declare class EnvelopeEnforcer { check(envelope: Envelope | null | undefined, toolName: string, args: unknown): void; private checkExpiry; private checkDestination; private checkRawConnectors; private checkMemoryScopes; private checkTier; } //# sourceMappingURL=enforcer.d.ts.map