export declare namespace type_util {
    function algoFormat(data: any): any;
    function taskFormat(data: any): any;
}
