import { GitVersionCommand } from './context';
export declare class ResetCommand extends GitVersionCommand {
    static paths: string[][];
    execute(): Promise<number>;
}
