import { HostDataSource } from '../HostDataSource'; export declare class AmazonRedshiftDataSource extends HostDataSource { constructor(); constructor(title: string); constructor(title: string, subtitle: string); get schema(): string; set schema(value: string); }