import { SafeParameters } from 'wagmi/connectors'; import { WalletProps } from '../types'; export interface SafeOptions extends Partial { connectorOptions?: SafeParameters; } export declare function safe(props?: SafeOptions): WalletProps; export declare function hasInjectedSafe(): boolean;