import { TaskState } from "../constants/gelato.constants"; export declare function retrieveGelatoTask(gelatoURL: string, taskState?: TaskState[]): Promise; export declare function createBlockExplorerHash(hashOrTask: string, chainId: number): Promise;