import { Gateway } from "@cronos-so/utils"; import { PublicKey } from "@solana/web3.js"; import { Cronos } from "../idl"; export declare class FeeGateway extends Gateway { pda(daemon: PublicKey): Promise; }