declare module 'checkenv';
export function load(): string;
export function check(): void;
export function setConfig(config: any): void;