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