import { BashExpression } from "../bash/BashExpression";
import type { EnvironmentContext } from "../types/environmentContext";
export declare const ALL_BUILD_VARIABLES: string[];
export declare const getBuildInfoVariables: (ctx: EnvironmentContext) => {
    [k: string]: string | BashExpression;
};
