export declare function tagExists(tagName: string): Promise; export declare function isHeadTag(tagName: string): Promise; export declare function setTag(tagName: string, { message, sign, debug, dryRun, }?: { message?: string; sign?: boolean; debug?: boolean | ((commandText: string) => string); dryRun?: boolean; }): Promise; export declare function push(src: string, { repository, debug, dryRun, }?: { repository?: string; debug?: boolean; dryRun?: boolean; }): Promise; //# sourceMappingURL=git.d.ts.map