import type { EnvironmentBuilder, EnvironmentVariables } from '../types'; export declare function getVariables(env: EnvironmentBuilder): EnvironmentVariables;