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