import { DataSource, DataSourceOptions } from '@tachybase/client'; export declare class ThirdDataSource extends DataSource { getDataSource(): Promise; }