import { Gateway } from "@cronos-so/utils"; import { BN } from "@project-serum/anchor"; import { PublicKey } from "@solana/web3.js"; import { Cronos } from "../idl"; export declare class TaskGateway extends Gateway { pda(daemon: PublicKey, id: BN): Promise; }