import type { DeploymentTarget } from "../types.js"; export declare function parseTarget(value: string): DeploymentTarget; //# sourceMappingURL=deployment-target.d.ts.map