import type * as BasisTheory from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import type * as serializers from "../../../../index.js"; import { UpdatePrivacy } from "../../../../types/UpdatePrivacy.js"; export declare const UpdateTokenRequest: core.serialization.Schema; export declare namespace UpdateTokenRequest { interface Raw { data?: unknown | null; privacy?: UpdatePrivacy.Raw | null; metadata?: Record | null; search_indexes?: string[] | null; fingerprint_expression?: string | null; mask?: unknown | null; expires_at?: string | null; deduplicate_token?: boolean | null; containers?: string[] | null; } }