export declare const buildProjectUrl: (org: string, id: number) => string; export declare const buildItemUrl: (org: string, project: string, id: number) => string;