import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; export declare const ClientFacingApiKey: core.serialization.ObjectSchema; export declare namespace ClientFacingApiKey { interface Raw { label: string; value: string; team_id?: string | null; id: string; created_at: string; deleted_at?: string | null; } }