import { DataInterface, HostsInterface, OrganizationInterface, ProjectInterface, URLS } from './types'; export declare const dataFixtures: DataInterface; export declare const urlFixtures: URLS; export declare const hostDefaults: (isGovernment?: boolean) => Required; export declare const constructOrganizationURL: ({ orgId }: OrganizationInterface) => string; export declare const constructProjectURL: ({ projectId }: ProjectInterface) => string; //# sourceMappingURL=data.d.ts.map