1 | export declare function wrapPilet(file: string, prName: string): void;
|
2 | export declare function getVariables(piletPkg: any, env: string): Record<string, string>;
|
3 | export declare function setEnvironment(variables: Record<string, string>): void;
|
4 | export declare function getDefineVariables(variables: Record<string, string>): {};
|