import * as z from "zod"; /** * Contextual metadata grouped by kind. Custom user context appears under the 'custom' key. Other context kinds may also appear as additional keys. */ export type ContextFullResponse = { custom?: { [k: string]: string; } | undefined; AdditionalProperties?: { [k: string]: { [k: string]: string; }; }; }; export declare const ContextFullResponse$zodSchema: z.ZodType; export declare const ContextFullResponse$zodSchemaOutbound: z.ZodType; //# sourceMappingURL=contextfullresponse.d.ts.map