declare module './BedrockRoute' { interface RegisterScreen { '/test': { id: string; name: string; }; } } export {};