import { Connection } from '.'; import { Database as SchemaInfo } from '../types'; export declare function getInformationSchema(connection: Connection, catalogName: string, schemaName?: string): Promise;