export declare function resolveEnvironmentValue(value: string, environmentVariables?: Record<string, string>): string;
