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