import { BillItem, BillSummary } from './resources'; export declare type FutureBillResponse = { bills: Array; _links: { open: { href: string; }; future: { href: string; }; }; };