/** * Sanitizes a branch name for use in env file names and config keys. * Replaces `/` with `-` to support branches like `feature/my-branch`. */ export declare function sanitizeBranchName(branchName: string): string; //# sourceMappingURL=sanitize-branch-name.d.ts.map