import { Field } from '../core/ast';
export declare function parseCreateTable(sql: string): Field[];
