import { z } from 'zod'; import { TokenResult } from './types.js'; declare const tokenResultSchema: z.ZodType; export { tokenResultSchema };