import { z } from 'zod'; export declare class MustacheExtractor { static extractSchema(template: string, log: (category: string | unknown, message?: unknown) => void): z.ZodObject>; private static generateZodSchema; private static parseMustacheTemplate; }