import { CodatBankFeedsCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { CodatBankFeedsError } from "../sdk/models/errors/codatbankfeedserror.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../sdk/models/errors/httpclienterrors.js"; import * as errors from "../sdk/models/errors/index.js"; import { ResponseValidationError } from "../sdk/models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../sdk/models/errors/sdkvalidationerror.js"; import * as operations from "../sdk/models/operations/index.js"; import * as shared from "../sdk/models/shared/index.js"; import { APIPromise } from "../sdk/types/async.js"; import { Result } from "../sdk/types/fp.js"; /** * Get sync * * @remarks * The _Get sync_ endpoint returns the [sync status](https://docs.codat.io/bank-feeds-api#/schemas/SyncStatusResult) for a given 'syncId'. * * A sync is a single execution that fetches bank transactions from a connected bank account and records them in the company's accounting software. */ export declare function managedBankFeedsGetSync(client: CodatBankFeedsCore, request: operations.GetManagedBankFeedSyncRequest, options?: RequestOptions): APIPromise>; //# sourceMappingURL=managedBankFeedsGetSync.d.ts.map