export type TriggerType = 'new' | 'refresh'; export declare const useLoadingBridgeFees: () => { loadingBridgeFees: (params?: { triggerType?: TriggerType; }) => Promise; };