import { DatabaseConnection } from './types'; export declare const showCreateTable: ({ dbConnection, schema, table, }: { dbConnection: DatabaseConnection; schema: string; table: string; }) => Promise;