export interface Statement { sql: string; bindings: Array; }