import { TNetworkType } from "./entity"; export interface ISlotAuctionConfig { polkadotUrl: string; baseUrl: string; crowdloanStatusCheck?: boolean; cacheAge: number; networkType?: TNetworkType; } /** * @deprecated use other configs */ export declare const DEVELOP_CONFIG: ISlotAuctionConfig; export declare const DEVELOP_WESTEND_CONFIG: ISlotAuctionConfig; export declare const DEVELOP_ROCOCO_CONFIG: ISlotAuctionConfig; export declare const DEVELOP_KUSAMA_CONFIG: ISlotAuctionConfig; export declare const DEVELOP_POLKADOT_CONFIG: ISlotAuctionConfig; export declare const GOERLI_WESTEND_CONFIG: ISlotAuctionConfig; export declare const GOERLI_ROCOCO_CONFIG: ISlotAuctionConfig; export declare const GOERLI_KUSAMA_CONFIG: ISlotAuctionConfig; export declare const GOERLI_POLKADOT_CONFIG: ISlotAuctionConfig; export declare const MAINNET_WESTEND_CONFIG: ISlotAuctionConfig; export declare const MAINNET_ROCOCO_CONFIG: ISlotAuctionConfig; export declare const MAINNET_KUSAMA_CONFIG: ISlotAuctionConfig; export declare const MAINNET_POLKADOT_CONFIG: ISlotAuctionConfig;