/** Default widget URL hosted on CloudFront */ export declare const DEFAULT_WIDGET_URL = "https://d1p4mbm3uswucw.cloudfront.net"; /** Default timeout for login (ms) */ export declare const DEFAULT_LOGIN_TIMEOUT = 300000; /** Default timeout for signing operations (ms) */ export declare const DEFAULT_SIGN_TIMEOUT = 120000; /** Delay before posting to iframe after making it visible (ms) */ export declare const IFRAME_READY_DELAY = 300; /** Widget iframe element ID */ export declare const IFRAME_ID = "oxgas-auth-iframe"; /** z-index for the widget overlay */ export declare const DEFAULT_Z_INDEX = 99999; /** Package version */ export declare const VERSION = "1.0.0"; /** * Common EVM network names for display in the widget. * Keys are chain IDs, values are human-readable names. */ export declare const NETWORK_NAMES: Record; //# sourceMappingURL=constants.d.ts.map