export declare const POLYGON_DEPOSIT_WALLET_FACTORY: "0x00000000000Fb5C9ADea0298D729A0CB3823Cc07"; export declare const POLYGON_DEPOSIT_WALLET_IMPLEMENTATION: "0x58CA52ebe0DadfdF531Cde7062e76746de4Db1eB"; export declare const AMOY_DEPOSIT_WALLET_IMPLEMENTATION: "0x50a88fE9a441cB4c9c2aD6A2207CE2795C7D7Fbd"; export declare const POLYMARKET_POLYGON_CHAIN_ID: import("@polymarket/clob-client-v2").Chain.POLYGON; export declare const DEPOSIT_WALLET_RELAYER_PROXY_PATH: "/transaction"; export declare const DEPOSIT_WALLET_RELAYER_PROXY_ENDPOINTS: { readonly submit: "/submit"; readonly nonce: "/nonce"; readonly transaction: "/transaction"; readonly deployed: "/deployed"; }; export declare const DEFAULT_DEPOSIT_WALLET_BATCH_DEADLINE_SECONDS = 300; export declare const MAX_DEPOSIT_WALLET_BATCH_DEADLINE_SECONDS = 300;