import * as z from 'zod'; declare const InvokeEditorFunctionRequest: z.ZodObject<{ functionId: z.ZodString; }, z.core.$strip>; declare const InvokeEditorFunctionResponse: z.ZodObject<{ output: z.ZodNullable>>; }, z.core.$strip>; export { InvokeEditorFunctionRequest, InvokeEditorFunctionResponse };