/** Get a standardized package version git tag: `${name}_v${version}` */ export declare function generateTag(name: string, version: string): string; //# sourceMappingURL=generateTag.d.ts.map