export declare const gotoManager: (p?: { projectId?: string; companyId?: string; }) => string | undefined; export declare const gotoWorkspace: (p: { companyId?: string; }) => string; export declare const gotoScene: (p: { sceneId: string; projectId?: string; companyId?: string; }) => string | undefined; export declare const gotoComponentManager: (p?: { projectId?: string; companyId?: string; }) => string | undefined;