UNPKG

270 BTypeScriptView Raw
1export declare function getVariables(name: string, version: string, env: string): Record<string, string>;
2export declare function setEnvironment(variables: Record<string, string>): void;
3export declare function getDefineVariables(variables: Record<string, string>): {};