import { type ToolkitConfigFile } from "../data.js"; import { type LocalesStructure } from "../schema/localization.js"; export declare function getUsageMessagesCheck(cwd: string, localizations: Array<[string, LocalesStructure]>, run: boolean | undefined, { source, rules, }: { source: string; rules: ToolkitConfigFile["rules"]; }, debug?: boolean): Promise; //# sourceMappingURL=messagesUsage.d.ts.map