import { z } from 'zod'; export declare const FdtoEInvoicePayeeFinancialAccount: z.ZodObject<{ ID: z.ZodString; }, "strip", z.ZodTypeAny, { ID: string; }, { ID: string; }>; export declare const FdtoEInvoicePaymentMeans: z.ZodObject<{ PaymentMeansCode: z.ZodNullable>; PayeeFinancialAccount: z.ZodNullable>>; }, "strip", z.ZodTypeAny, { PaymentMeansCode?: string | null | undefined; PayeeFinancialAccount?: { ID: string; } | null | undefined; }, { PaymentMeansCode?: string | null | undefined; PayeeFinancialAccount?: { ID: string; } | null | undefined; }>; export declare const FdtoEInvoicePaymentTerms: z.ZodObject<{ Note: z.ZodNullable>; }, "strip", z.ZodTypeAny, { Note?: string | null | undefined; }, { Note?: string | null | undefined; }>; export type FdtoEInvoicePayeeFinancialAccount = z.infer; export type FdtoEInvoicePaymentMeans = z.infer; export type FdtoEInvoicePaymentTerms = z.infer;