export declare class I18NChecker {
    check(): Promise<void>;
}
