export declare function inferTable(connectionString: string, table: string): Promise; export declare function inferSchema(connectionString: string): Promise;