export declare function release(command: {
    tag?: string;
    gitTag?: boolean;
}): Promise<void>;
