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