import { type AfmExecution } from "@gooddata/api-client-tiger"; import { type IExecutionDefinition } from "@gooddata/sdk-model"; /** * Converts execution definition to AFM Execution * * @param def - execution definition * @returns AFM Execution * * @public */ export declare function toAfmExecution(def: IExecutionDefinition): AfmExecution; //# sourceMappingURL=toAfmResultSpec.d.ts.map