import * as z from "zod/v3"; export type GetLatestManagedBankFeedSyncRequest = { /** * Unique identifier for a company. */ companyId: string; /** * Unique identifier for a connection. */ connectionId: string; /** * The ID of the source bank account. */ sourceAccountId: string; }; /** @internal */ export type GetLatestManagedBankFeedSyncRequest$Outbound = { companyId: string; connectionId: string; sourceAccountId: string; }; /** @internal */ export declare const GetLatestManagedBankFeedSyncRequest$outboundSchema: z.ZodType; export declare function getLatestManagedBankFeedSyncRequestToJSON(getLatestManagedBankFeedSyncRequest: GetLatestManagedBankFeedSyncRequest): string; //# sourceMappingURL=getlatestmanagedbankfeedsync.d.ts.map