import { Config } from './config.js';
import type { PreprocessorGroup } from 'svelte/compiler';
declare const processor: ({ extensions, generateSchema, layouts, nodes, tags, partials, config, validationThreshold, allowComments, highlighter: highlighter, }?: Partial<Config>) => PreprocessorGroup;
export default processor;
//# sourceMappingURL=processor.d.ts.map