import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class Activations extends ClientSDK { /** * Activate a gift card * * @remarks * Activate a physical gift card through the primary gift card service. Set `store` to `true` to also store the activated gift card. */ create(giftCardActivationCreate: components.GiftCardActivationCreate, idempotencyKey?: string | null | undefined, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=activations.d.ts.map