import { z } from "zod"; export declare const FileContentQueryBaseLocalSchema: z.ZodObject>; }>, z.core.$strip>; export declare const FileContentQueryLocalSchema: z.ZodObject<{ forceRefresh: z.ZodOptional; fullContent: z.ZodOptional; matchString: z.ZodOptional; matchStringIsRegex: z.ZodOptional; matchStringCaseSensitive: z.ZodOptional; startLine: z.ZodOptional; endLine: z.ZodOptional; contextLines: z.ZodOptional; contextBytes: z.ZodOptional; chunkType: z.ZodOptional>; offset: z.ZodOptional; limit: z.ZodOptional; minify: z.ZodOptional>; owner: z.ZodString; repo: z.ZodString; branch: z.ZodOptional; path: z.ZodString; goal: z.ZodOptional; reasoning: z.ZodOptional; debug: z.ZodDefault; }, z.core.$strip>; export declare const FileContentBulkQueryLocalSchema: z.ZodObject<{ responseCharOffset: z.ZodOptional>; responseCharLength: z.ZodOptional>; responseSnapshot: z.ZodOptional; queries: z.ZodArray>>; }, z.core.$strict>;