import { ICommonObject } from 'flowise-components-bullmq'; export declare const calculateCost: (metricsArray: ICommonObject[]) => void; export declare const formatCost: (cost: number) => string;