import { IConnectorConfigs } from '../types/connector';
export declare enum SupportedConnectors {
    RONIN_WALLET = "RONIN_WALLET",
    RONIN_WC = "RONIN_WC",
    INJECTED = "INJECTED",
    WAYPOINT = "WAYPOINT",
    SAFE = "SAFE"
}
export declare enum ConnectorType {
    WALLET = "WALLET",
    MULTISIG = "MULTISIG",
    MPC = "MPC",
    WC = "WC"
}
export declare const DEFAULT_CONNECTORS_CONFIG: Record<SupportedConnectors, IConnectorConfigs>;
export declare const RONIN_WALLET_CONNECT_PROJECT_ID = "d2ef97836db7eb390bcb2c1e9847ecdc";
//# sourceMappingURL=connectors.d.ts.map