import { Destination } from './types'; export declare const GIT_VERSION: string | undefined; export declare const NODE_ENV: string; export declare const CHAIN_NETWORK_ID: string; export declare const INFURA_API_KEY: string | undefined; export declare const CLEAR_STORAGE_ON_START: boolean; export declare const HUB_PARTICIPANT_ID = "firebase:simple-hub"; export declare const HUB_ADDRESS: string; export declare const HUB_DESTINATION: Destination; export declare const LOG_DESTINATION: string | undefined; export declare const NITRO_ADJUDICATOR_ADDRESS: string; export declare const zeroAddress: import("./types").Address; export declare const TRIVIAL_APP_ADDRESS: string; export declare const USE_INDEXED_DB: boolean; export declare const CHALLENGE_DURATION: number; export declare const JEST_WORKER_ID: string | undefined; export declare const ADD_LOGS: boolean; export declare const LOG_LEVEL: string; export declare const HUB: { destination: Destination; signingAddress: string; participantId: string; }; export declare const TARGET_NETWORK: string; export declare const FAUCET_LINK: string; //# sourceMappingURL=config.d.ts.map