import { Table } from '../table/Table'; import { Schema } from './Schema'; import { SchemaDecl } from './SchemaDecl'; export declare function compileSchema(decl: SchemaDecl): Schema>;