import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class Cryptogram extends ClientSDK { /** * Provision network token cryptogram * * @remarks * Provision a cryptogram for a network token. */ create(cryptogramCreate: components.CryptogramCreate, paymentMethodId: string, networkTokenId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=cryptogram.d.ts.map