import { InitializeFee } from '../../types';
export declare const initializeFee: (params: InitializeFee) => Promise<any>;
