import { Table } from '../core/ast';
import DB from 'better-sqlite3';
export declare function scanSqliteTableSchema(db: DB.Database): Table[];
