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