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