import { PostgresDialectPlugin } from './PostgresDialect';
export declare class GreenplumDialectPlugin extends PostgresDialectPlugin {
static id: string;
registerDatabaseDialectType(): {
type: string;
title: string;
isRdbms: boolean;
schemaLess: boolean;
buildSettingForm: any;
};
}