import { Type } from "typebox"; export declare const execSchema: Type.TObject<{ command: Type.TString; workdir: Type.TOptional; env: Type.TOptional>; yieldMs: Type.TOptional; background: Type.TOptional; timeout: Type.TOptional; pty: Type.TOptional; elevated: Type.TOptional; host: Type.TOptional>; security: Type.TOptional; ask: Type.TOptional; node: Type.TOptional; }>; export declare const processSchema: Type.TObject<{ action: Type.TString; sessionId: Type.TOptional; data: Type.TOptional; keys: Type.TOptional>; hex: Type.TOptional>; literal: Type.TOptional; text: Type.TOptional; bracketed: Type.TOptional; eof: Type.TOptional; offset: Type.TOptional; limit: Type.TOptional; timeout: Type.TOptional; }>;