import { IWalkthrough } from "./_Foundation/IWalkthrough";
export declare class WTR_Git_EditGlobalConfiguration implements IWalkthrough {
    text: string;
    execAsync(): Promise<void>;
}
export declare class WTR_Git_ListBranches implements IWalkthrough {
    text: string;
    execAsync(): Promise<void>;
}
//# sourceMappingURL=WTR_Git_EditGlobalConfiguration.d.ts.map