interface WorkspaceAppManifestEntry { id?: string; path?: unknown; url?: unknown; } interface BuiltinAgentEntry { id: string; url?: string | null; } interface ResolveCatchAllTargetOptions { workspaceApps?: WorkspaceAppManifestEntry[] | null; builtinAgents?: BuiltinAgentEntry[] | null; } export declare function resolveCatchAllTarget(appId: string, options?: ResolveCatchAllTargetOptions): string | null; export declare function resolveServerCatchAllTarget(appId: string): Promise; export {}; //# sourceMappingURL=catch-all-target.d.ts.map