import { ThenStatement } from "../../parser"; export declare const then: (statement: ThenStatement) => void;