import { type CustomEventHandler, type ProjectConfig, type WalletConfig, type WalletOption } from './types';
export declare function walletUrl({ projectConfig, walletOptions, options, customEventHandler, }: {
    projectConfig: ProjectConfig;
    walletOptions: WalletOption;
    options?: WalletConfig;
    customEventHandler?: CustomEventHandler;
}): string;
