import type { AxiosInstance } from "axios"; export declare function restoreAuditVersion({ baseUrl, endpoint, historyId, method, http, }: { baseUrl: string; endpoint: string; historyId: string; method?: "POST" | "PUT"; http?: AxiosInstance; }): Promise; //# sourceMappingURL=restoreAuditVersion.d.ts.map