import type { RoleConfig } from '../types.js'; interface Props { roles: RoleConfig[]; initialRole: string; currentPath: string; onReady?: (controls: { setCurrentRole: (id: string) => void; }) => void; } declare const RoleShellSwitchHarness: import("svelte").Component; type RoleShellSwitchHarness = ReturnType; export default RoleShellSwitchHarness; //# sourceMappingURL=role-shell-switch-harness.svelte.d.ts.map