import { ProcessType } from '../Core.types'; export declare function loadAndSetEnvironments(processType: ProcessType, processableName: string, allowLoadEnvironments: boolean, throwError?: boolean): Promise;