/** * Inter-Agent Protocol (I.A.P.) v1.0.0 * * Main entry point for the protocol implementation */ export * from './types'; export * from './validators'; export * from './flows'; export * from './utils'; export declare const IAP_VERSION = "1.0.0"; export declare const IAP_NAME = "Inter-Agent Protocol"; /** * Protocol metadata */ export declare const PROTOCOL_INFO: { name: string; version: string; description: string; repository: string; documentation: string; license: string; }; //# sourceMappingURL=index.d.ts.map