import type { AppModule, ShellModuleRegistration } from "./types.js"; export declare function assertShellModuleHref(value: unknown, prefix: string): asserts value is string; export declare function assertShellModuleRegistration(value: unknown, prefix: string): asserts value is ShellModuleRegistration; export declare function assertAppModule(value: unknown, prefix: string): asserts value is AppModule; //# sourceMappingURL=module-registration.d.ts.map