import { ProjectSettings } from '@dynamic-labs/sdk-api-core'; import { WalletOption } from '../../../shared'; export declare const useSetWalletConnectorFetchers: (walletOptions: WalletOption[] | undefined, environmentId: string, projectSettings: ProjectSettings | undefined) => void;