export declare class Constants {
    static projectConfigFolderName: string;
    static cacheFolderName: string;
    static tempFolderName: string;
    static heftConfigurationFilename: string;
    static nodeServiceConfigurationFilename: string;
    static cleanParameterLongName: string;
    static debugParameterLongName: string;
    static localesParameterLongName: string;
    static onlyParameterLongName: string;
    static productionParameterLongName: string;
    static toParameterLongName: string;
    static toExceptParameterLongName: string;
    static unmanagedParameterLongName: string;
    static verboseParameterLongName: string;
    static verboseParameterShortName: string;
    static maxParallelism: number;
    static heftPackageName: string;
}
//# sourceMappingURL=Constants.d.ts.map