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