import { type PreprocessorGroup } from "svelte/compiler"; export type PreprocessorConfig = Record; export type AttributeTranslation = { attribute_name: string; lang_attribute_name?: string; }; export type TranslationDefinition = Record; export declare function preprocessor(_config: PreprocessorConfig): PreprocessorGroup; //# sourceMappingURL=index.d.ts.map