import { DataConnection } from "./data-connection"; export declare class SqlDataConnection extends DataConnection { Server?: string | undefined; Database?: string | undefined; Username?: string | undefined; Password?: string | undefined; IntegratedSecurity?: boolean | undefined; Connectionstring?: string | undefined; } //# sourceMappingURL=sql-data-connection.d.ts.map