import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class Domains extends ClientSDK { /** * Register a digital wallet domain * * @remarks * Register a digital wallet domain (Apple Pay only). */ create(digitalWalletDomain: components.DigitalWalletDomain, digitalWalletId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise; /** * Remove a digital wallet domain * * @remarks * Remove a digital wallet domain (Apple Pay only). */ delete(digitalWalletDomain: components.DigitalWalletDomain, digitalWalletId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=domains.d.ts.map