export declare const BACKEND_URL: string; export declare const PAYMASTER_URL: string; export declare const PAYMASTER_ABI: any; export declare const ENTRYPOINT_ADDRESS: { [key: string]: any; }; export declare const WALLET_FACTORY_ADDRESS: { [key: string]: any; }; export declare const BUNDLER_URL: { [key: string]: any; }; export declare const PAYMASTER_ADDRESS: { [key: string]: any; }; export declare const INFURA_API_KEY = "f36f7f706a58477884ce6fe89165666c"; export declare const CHAIN_ID_TO_INFURA_NAMES: { [key: string]: any; };