import { BillSummary } from './resources'; export declare type BillsSummaryResponse = { bills: BillSummary[]; _links: { open: { href: string; }; future: { href: string; }; }; };