import { Level } from './types';
export declare const CWD: string;
export declare const UTF8 = "utf8";
export declare const MESSAGE_PREFIX = "[ Antler ] ";
export declare const CONFIG_FILE_NAME = ".antlerrc.json";
export declare const LEVELS: ReadonlyArray<Level>;