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