declare const getProjectId: () => string | null; declare const getCompanyId: () => string | null; declare const getComponentId: () => string | null; declare const getSceneId: () => string | null; declare const getFamilyId: () => string | null; type IFromType = 'space' | 'manager'; declare const getFrom: () => IFromType | null; declare const getFromId: () => string | null; export { getProjectId, getCompanyId, getComponentId, getSceneId, getFamilyId, getFrom, getFromId };