/// export declare const useUpdatePreview: ({ mode, type, }: { mode: "from" | "to"; type: "buy" | "sell"; }) => { resetRefreshCount: () => 0; request: import("lodash").DebouncedFunc<() => void>; }; //# sourceMappingURL=useUpdatePreview.d.ts.map