import type * as BasisTheory from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import type * as serializers from "../../../../index.js"; import { Card } from "../../../../types/Card.js"; import { CardholderInfo } from "../../../../types/CardholderInfo.js"; export declare const CreateNetworkTokenRequest: core.serialization.Schema; export declare namespace CreateNetworkTokenRequest { interface Raw { data?: Card.Raw | null; token_id?: string | null; token_intent_id?: string | null; cardholder_info?: CardholderInfo.Raw | null; merchant_id?: string | null; } }