/** * Registers the built-in providers into their axis registries. Idempotent, so * it is safe to call from multiple entry points (command handlers, tests). */ export declare function registerBuiltinProviders(): void; export * from './registry.js'; export * from './types.js';