import { bus } from '../bus'; export declare const schemaToRelational: (schema: bus.Schema) => bus.RelationalSchema;