import { ApideckCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { APIError } from "../models/errors/apierror.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import * as errors from "../models/errors/index.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import * as operations from "../models/operations/index.js"; import { Result } from "../types/fp.js"; /** * Get Bill Payment * * @remarks * Get Bill Payment */ export declare function accountingBillPaymentsGet(client: ApideckCore, request: operations.AccountingBillPaymentsOneRequest, options?: RequestOptions): Promise>; //# sourceMappingURL=accountingBillPaymentsGet.d.ts.map