import type { DeployOptions } from '..'; import type { Deployments } from '../../../api/deployments'; import type { WorkGraph } from '../../../api/work-graph'; export declare function buildParameterMap(parameters?: Map): { [name: string]: { [name: string]: string | undefined; }; }; /** * Remove the asset publishing and building from the work graph for assets that are already in place */ export declare function removePublishedAssetsFromWorkGraph(graph: WorkGraph, deployments: Deployments, options: DeployOptions): Promise; //# sourceMappingURL=helpers.d.ts.map