export declare const objectUri: (projectId: string, objectId: string) => string; export declare const elementsUri: (projectId: string, attributeId: string) => string; export declare const elementUri: (projectId: string, attributeId: string, elementId: string) => string; export declare const dataUri: (projectId: string, factId: string) => string; export declare const projectUri: (projectId: string) => string; export declare const profileUri: (profileId: string) => string; export declare const loginStateUri: (profileId: string) => string; export declare const tabularResultUri: (projectId: string, executionId: string) => string; export declare const extendedTabularResultUri: (projectId: string, executionId: string) => string;