/**
 * The directory of the top-level code
 * @author Gabe Abrams
 */
declare let TOP_LEVEL_DIRECTORY: string;
export default TOP_LEVEL_DIRECTORY;
