import { Configs } from '../@types/configs.js';
export declare const checker: (configs: Configs) => Promise<void>;
