import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GustoEmbeddedError } from "../models/errors/gustoembeddederror.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { NotFoundErrorObject } from "../models/errors/notfounderrorobject.js"; import { ResponseValidationError } from "../models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import { UnprocessableEntityError } from "../models/errors/unprocessableentityerror.js"; import { DeleteV1EmployeesEmployeeIdBankAccountsBankAccountIdRequest, DeleteV1EmployeesEmployeeIdBankAccountsBankAccountIdResponse } from "../models/operations/deletev1employeesemployeeidbankaccountsbankaccountid.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Delete an employee bank account * * @remarks * Deletes an employee bank account. To update an employee's bank account details, delete the bank account first and create a new one. * * scope: `employee_payment_methods:write` * * If set, this operation will use {@link Security.companyAccessAuth} from the global security. */ export declare function employeePaymentMethodDeleteBankAccount(client: GustoEmbeddedCore, request: DeleteV1EmployeesEmployeeIdBankAccountsBankAccountIdRequest, options?: RequestOptions): APIPromise>; //# sourceMappingURL=employeePaymentMethodDeleteBankAccount.d.ts.map