import { VisitableAbstractNode } from "./VisitableAbstractNode";
export declare abstract class AbstractStatement extends VisitableAbstractNode {
}
