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