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