///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
///
import { FieldResolveInput } from 'stucco-js';
export declare const customer: (input: FieldResolveInput) => Promise<{
id: string;
email: string;
name?: string | undefined;
address?: {
city?: string | undefined;
country?: string | undefined;
line1?: string | undefined;
line2?: string | undefined;
postal_code?: string | undefined;
state?: string | undefined;
} | undefined;
phone?: string | undefined;
created: any;
invoicePrefix?: string | undefined;
paymentMethods?: {
id: string;
billing_details: {
address?: {
city?: string | undefined;
country?: string | undefined;
line1?: string | undefined;
line2?: string | undefined;
postal_code?: string | undefined;
state?: string | undefined;
} | undefined;
email: string;
name: string;
phone?: string | undefined;
};
customer: string;
metadata: any;
type: import("../zeus/index.js").PaymentMethodType;
created: any;
livemode: boolean;
card?: {
brand: any;
checks: {
address_line1_check: string;
address_postal_code_check: string;
cvc_check: string;
};
country: string;
exp_month: number;
exp_year: number;
fingerprint: string;
funding: string;
last4: string;
networks: {
preferred?: string | undefined;
available?: string[] | undefined;
};
three_d_secure_usage: {
supported: boolean;
};
} | undefined;
}[] | undefined;
} | import("mongodb").WithId | null | undefined>;
export default customer;