import { ProviderRegistry } from './registry.js'; /** * Build a registry with the providers that ship with MEMO. * * Order is registration order, which is the order roles are listed in. It * carries no precedence: the default for a role is whichever descriptor claims * `isDefault`, not whichever registered first. */ export declare function createDefaultRegistry(): ProviderRegistry; /** The registry commands use when they are not given one. */ export declare const defaultRegistry: ProviderRegistry; //# sourceMappingURL=default-registry.d.ts.map