import { AxiosInstance } from "axios"; export declare function getOperationQuery({ axiosInstance, operationName, }: { axiosInstance: AxiosInstance; operationName: string; }): Promise; export declare function checkUntilOperationIsDone({ axiosInstance, operationName, }: { axiosInstance: AxiosInstance; operationName: string; }): Promise;