import type { KyInstance } from 'ky';
import type { User } from './types.js';
export declare const createUpdateUser: (instance: KyInstance) => (body: {
    autoWithdrawEnabled?: boolean;
    autoWithdrawLightningAddress?: boolean;
    nostrPubkey?: string;
    showLeaderboard?: boolean;
    username?: string;
    useTaprootAddresses?: boolean;
}) => Promise<User>;
//# sourceMappingURL=update-user.d.ts.map