export declare function loadProjectEnvVariables(): Promise<void>;
export declare function loadTargetEnvVariables(targetName: string): Promise<void>;
