import { UpdateUserTokenEnabledInput } from '../types'; export declare const updateUserTokenEnabled: (input: UpdateUserTokenEnabledInput) => Promise;