import { TemplateTypes } from "@opticss/template-api"; import { Analysis } from "../Analysis"; import { ElementAnalysis } from "../ElementAnalysis"; export declare type ErrorCallback = (str: string, loc?: null, details?: string) => void; export declare type Validator = (analysis: ElementAnalysis, templateAnalysis: Analysis, err: ErrorCallback) => void; //# sourceMappingURL=Validator.d.ts.map