import type { AudiusWalletClient } from './types'; export declare const createAppWalletClient: ({ apiKey, apiSecret }: { apiKey: string; apiSecret?: string | undefined; }) => AudiusWalletClient;