import { Token } from "../utils/tokens/types"; import { ContractsChainId } from "./chains"; export declare const SUBACCOUNT_MESSAGE = "Generate a GMX 1CT (One-Click Trading) session. Only sign this message on a trusted website."; export declare const SUBACCOUNT_DOCS_URL = "https://docs.gmx.io/docs/trading/overview/#express-trading-and-one-click-trading"; export declare const DEFAULT_SUBACCOUNT_EXPIRY_DURATION: number; export declare const DEFAULT_SUBACCOUNT_MAX_ALLOWED_COUNT = 90; export declare const DEFAULT_PERMIT_DEADLINE_DURATION: number; export declare const DEFAULT_EXPRESS_ORDER_DEADLINE_DURATION: number; export declare const MIN_RELAYER_FEE_USD: bigint; export declare const GELATO_API_KEYS: Partial>; export declare const EXPRESS_EXTRA_EXECUTION_FEE_BUFFER_BPS = 1000; export declare function getGasPaymentTokens(chainId: number): string[]; export declare function getDefaultGasPaymentToken(chainId: number): string; export declare function getRelayerFeeToken(chainId: number): Token;