export declare const useUpdatePreview: ({ mode, type, }: { mode: "from" | "to"; type: "limit" | "market"; }) => { resetRefreshCount: () => number; }; //# sourceMappingURL=useUpdatePreview.d.ts.map