import type { MessageConfig, TemplateVariable } from '../types'; export declare const extractTemplateVariables: (schema: string) => TemplateVariable[]; export declare const parseMessageSchema: (schema: string) => MessageConfig; //# sourceMappingURL=schema.d.ts.map