import { InstillHumanReadableFormat } from "../types"; export declare function transformInstillFormatToHumanReadableFormat(format: string, arrayInArray?: boolean, isObjectArray?: boolean): InstillHumanReadableFormat; //# sourceMappingURL=transformInstillFormatToHumanReadableFormat.d.ts.map