import * as AST from "./ast"; export declare function toSql(node: AST.Statement | AST.Statement[]): string;