import { UpdateFee } from '../../types';
export declare const updateFee: (params: UpdateFee) => Promise<void>;
