/// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// import { FieldResolveInput } from 'stucco-js'; export declare const invoices: (input: FieldResolveInput) => Promise<{ id: string; account_country: string; account_name: string; account_tax_id?: string | undefined; amount_due: number; amount_paid: number; amount_remaining: number; amount_shipping: number; application_fee_amount: number; attempt_count: number; attempted: boolean; auto_advance: boolean; billing_reason: string; charge?: string | undefined; collection_method: import("../zeus/index.js").InvoiceCollectionMethod; created: any; currency: string; customer: string; customer_address?: { city?: string | undefined; country?: string | undefined; line1?: string | undefined; line2?: string | undefined; postal_code?: string | undefined; state?: string | undefined; } | undefined; customer_email: string; customer_name: string; description?: string | undefined; hosted_invoice_url: string; period_end: any; period_start: any; status: import("../zeus/index.js").InvoiceStatus; subscription?: string | undefined; total: number; }[] | import("mongodb").WithId[] | undefined>; export default invoices;