import * as GoodData from 'gooddata'; import { AFM, Execution } from '@gooddata/typings'; import { IAdapter } from '../interfaces/Adapter'; import { IDataSource } from '../interfaces/DataSource'; export declare class ExecuteAfmAdapter implements IAdapter { private sdk; private projectId; constructor(sdk: typeof GoodData, projectId: string); createDataSource(afm: AFM.IAfm, fingerprint?: string): Promise>; }