export declare function config({ apiKey, chain, throwOnError, }: {
    apiKey: string;
    chain?: "mina:mainnet" | "mina:devnet" | "mina:testnet" | "zeko:testnet";
    throwOnError?: boolean;
}): void;
