import type { TranslationDefinition } from "./index.js"; /** * Performs a quick and dirty check to see if the file should be processed. * Will have false positives, but no false negatives. * * @param content - The source code of the .svelte file * @param TRANSLATIONS - The translation definitions * @returns true/false if the file should be processed */ export declare function shouldApply(content: string, TRANSLATIONS: TranslationDefinition): boolean; //# sourceMappingURL=precheck.d.ts.map