import { type LocalesStructure } from "../schema/localization.js"; export declare function getCommentValidationCheck(localizations: Array<[string, LocalesStructure]>, run: boolean, debug: boolean): Promise; //# sourceMappingURL=commentValidation.d.ts.map