import { BillingModel } from './BillingOutput.types';
export declare const makeDataBilling: (...lens: number[]) => Array<BillingModel>;
