import { BoltTypescriptSDKCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import * as errors from "../models/errors/index.js"; import { SDKError } from "../models/errors/sdkerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import * as operations from "../models/operations/index.js"; import { Result } from "../types/fp.js"; /** * Delete an existing payment method * * @remarks * Delete an existing payment method. Deleting a payment method does not invalidate or remove it from transactions or orders that are associated with it. */ export declare function accountDeletePaymentMethod(client: BoltTypescriptSDKCore, id: string, xPublishableKey: string, xMerchantClientId?: string | undefined, options?: RequestOptions): Promise>; //# sourceMappingURL=accountDeletePaymentMethod.d.ts.map