import type { Flushable } from "./Flushable"; import type { ThenData } from "../../api/interaction/ThenData"; export declare class ThenDataImpl> implements ThenData, Flushable { readonly dx: DX; constructor(dx: DX); flush(): void; }