/** * Agentic Accounting Agents * * Autonomous agents for accounting automation */ export declare const version = "0.1.0"; export * from './base'; export * from './tax-compute'; export * from './ingestion'; export * from './compliance'; export * from './forensic'; export * from './reporting'; export * from './harvesting'; export * from './learning'; //# sourceMappingURL=index.d.ts.map