import type { AnyTable } from '../schema/table';
import type { SchemaState } from './types';
export declare function serializeSchema(tables: AnyTable[]): SchemaState;
