declare const getComponentEditPath: (params: { projectId: string; companyId: string; componentId: string; familyId?: string; from?: string; fromId?: string; }) => string; declare const getManagerPath: (params: { companyId: string; }) => string; declare const getScenePath: (params: { projectId: string; companyId: string; sceneId: string; }) => string; declare const getComponentManagerPath: (params: { projectId: string; companyId: string; }) => string; export { getManagerPath, getScenePath, getComponentEditPath, getComponentManagerPath };