import { ProcessDataSource } from '../ProcessDataSource'; export declare class SnowflakeDataSource extends ProcessDataSource { constructor(); constructor(title: string); constructor(title: string, subtitle: string); get account(): string; set account(value: string); get role(): string; set role(value: string); get warehouse(): string; set warehouse(value: string); }