import { SchemaDataSource } from '../SchemaDataSource'; export declare class MicrosoftSqlServerDataSource extends SchemaDataSource { constructor(); constructor(title: string); constructor(title: string, subtitle: string); get encrypt(): boolean; set encrypt(value: boolean); }