///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
import { FieldResolveInput } from 'stucco-js';
export declare const paymentIntents: (input: FieldResolveInput) => Promise<{
id: string;
client_secret: string;
amount: number;
amount_capturable: number;
amount_received: number;
application_fee_amount: number;
capture_method: string;
confirmation_method: string;
created: any;
currency: string;
customer: string;
description: string;
invoice?: string | undefined;
latest_charge: string;
livemode: boolean;
payment_method: string;
setup_future_usage: string;
status: import("../zeus/index.js").PaymentIntentStatus;
transfer_group: string;
last_payment_error?: {
type: string;
charge?: string | undefined;
code?: string | undefined;
decline_code?: string | undefined;
doc_url?: string | undefined;
message: string;
param?: string | undefined;
payment_method_type?: string | undefined;
} | undefined;
on_behalf_of?: string | undefined;
}[] | import("mongodb").WithId[] | undefined>;
export default paymentIntents;