import { IAlgorithmData } from "../types/slices"; export declare const parseAlgorithmData: (body: any) => IAlgorithmData;