import { AFM } from '@gooddata/typings'; import { IAdapter } from '../interfaces/Adapter'; import { IDataSource } from '../interfaces/DataSource'; export declare class DummyAdapter implements IAdapter { private data; private success; private dataSource; constructor(data: any, success?: boolean, dataSource?: any); createDataSource(_afm: AFM.IAfm): Promise>; }