/**
 * This constant will make resolving files much easier
 */
declare const ROOT_DIR: string;
export { ROOT_DIR };
