export interface Constants {
    buildSourceFolder: string;
    buildSourceDbFolder: string;
    buildDestinationFolder: string;
    buildDestinationServicesFolder: string;
    buildDestinationJobsFolder: string;
    buildDestinationDbFolder: string;
    buildDestinationDocsFolder: string;
    buildDestinationResultsFolder: string;
    buildDestinationResultsLogsFolder: string;
    buildDestinationTestFolder: string;
    macroCorePath: string;
    contextName: string;
    sas9CredentialsError: string;
    invalidSasError: string;
    sas9GUID: string;
}
