import type { FunkitTextCustomizationsConfig } from '../providers/FunkitConfigContext';
export declare const getWalletLabel: (textCustomizations: FunkitTextCustomizationsConfig, walletAddress?: string) => string;
/**
 * Replicated from @dydxprotocol/v4-client-js https://github.com/dydxprotocol/v4-clients/blob/main/v4-client-js/src/lib/validation.ts#L145C1-L158
 * Not importing the sdk in the interest of space.
 */
export declare function verifyIsBech32(address: string): Error | undefined;
export declare function isDydxAddress(address: string): boolean;
