/** * Aether Agent SDK * * Autonomous Agent Ecosystem SDK for Solana with x402 Payment Protocol * * @packageDocumentation */ export * from './agents'; export * from './facilitator'; export * from './marketplace'; export * from './paygate'; export * from './utils'; /** * SDK Version */ export declare const VERSION: string; /** * SDK Name */ export declare const SDK_NAME: string; //# sourceMappingURL=index.d.ts.map