import { AddChainParams } from "@cosmostation/extension-client/types/message";
import { ChainInfo } from "@keplr-wallet/types";
export declare const KYVE_DECIMALS = 9;
export declare const DENOM = "tkyve";
export declare const SUPPORTED_WALLETS: {
    readonly KEPLER: "KEPLER";
    readonly COSMOSTATION: "COSMOSTATION";
};
type Networks = Record<KYVE_NETWORK, Network>;
export declare const KYVE_ENDPOINTS: Networks;
export declare const PREFIX = "kyve";
export declare const GOV_AUTHORITY = "kyve10d07y265gmmuvt4z0w9aw880jnsr700jdv7nah";
export declare const KYVE_KEPLR_CONFIG: ChainInfo;
export declare const KYVE_COSMOSTATION_CONFIG: AddChainParams;
export type KYVE_NETWORK = "local" | "alpha" | "beta" | "korellia";
export type Network = {
    rpc: string;
    rest: string;
    chainId: string;
    chainName: string;
};
export {};
