import { z } from 'zod'; export declare const RuntimeToolResultSchema: z.ZodRecord>>; export type RuntimeToolResult = z.infer; //# sourceMappingURL=runtime-metadata.schema.d.ts.map