import { NetworkType } from '../../types'; export declare const buildWalletQueryParams: (args: { network?: NetworkType; refAddress?: string; disableNetworkRouter?: boolean; /** * Optional URL pattern used to build the base wallet URL. * Currently unused here, but accepted for forward compatibility and * for symmetry with other handlers that pass the value through. */ urlPattern?: string; }) => { [key: string]: string; }; export default buildWalletQueryParams;