import type { IApp } from "../../entities";
export declare function generateBuildTagBySourceDir(sourceDir: string, options: {
    branch: string;
}): Promise<{
    number: number;
    tag: string;
}>;
export declare function generateBuildTagByApp(app: IApp, options: {
    branch: string;
}): Promise<{
    number: number;
    tag: string;
}>;
export declare function generateBuildTagByAppSlug(appSlug: string, options: {
    branch: string;
}): Promise<{
    number: number;
    tag: string;
}>;
//# sourceMappingURL=generate-build-tag.d.ts.map