import { Task } from '../../types/tasks/Task';
type Options = {
    taskId: string;
    expectedStatuses: Task['status'][];
    force?: boolean;
    errorMessage?: string;
    refresh?: boolean;
};
export declare function validateTaskForExecution(options: Options): Promise<Task>;
export {};
//# sourceMappingURL=validateTaskForExecution.d.ts.map