import { ChainInfo } from "drand-client"; export declare const MAINNET_CHAIN_URL = "https://api.drand.sh/52db9ba70e0cc0f6eaf7803dd07447a1f5477735fd3f661792ba94600c84e971"; export declare const MAINNET_CHAIN_INFO: { public_key: string; period: number; genesis_time: number; hash: string; groupHash: string; schemeID: string; metadata: { beaconID: string; }; }; export declare const MAINNET_CHAIN_URL_NON_RFC = "https://api.drand.sh/dbd506d6ef76e5f386f41c651dcb808c5bcbd75471cc4eafa3f4df7ad4e4c493"; export declare const MAINNET_CHAIN_INFO_NON_RFC: ChainInfo; export declare const defaultChainUrl = "https://api.drand.sh/52db9ba70e0cc0f6eaf7803dd07447a1f5477735fd3f661792ba94600c84e971"; export declare const defaultChainInfo: { public_key: string; period: number; genesis_time: number; hash: string; groupHash: string; schemeID: string; metadata: { beaconID: string; }; }; export declare const TESTNET_CHAIN_URL = "https://pl-us.testnet.drand.sh/7672797f548f3f4748ac4bf3352fc6c6b6468c9ad40ad456a397545c6e2df5bf"; export declare const TESTNET_CHAIN_INFO: ChainInfo;