import { AbstractExecutionFactory, type AuthenticatedCallGuard } from "@gooddata/sdk-backend-base"; import { type IPreparedExecution, type IPreparedExecutionOptions } from "@gooddata/sdk-backend-spi"; import { type IExecutionDefinition } from "@gooddata/sdk-model"; import { type DateFormatter } from "../../../convertors/fromBackend/dateFormatting/types.js"; export declare class TigerExecution extends AbstractExecutionFactory { private readonly authCall; private readonly dateFormatter; constructor(authCall: AuthenticatedCallGuard, workspace: string, dateFormatter: DateFormatter); forDefinition(def: IExecutionDefinition, options?: IPreparedExecutionOptions): IPreparedExecution; } //# sourceMappingURL=executionFactory.d.ts.map