export function addPath(path: string, parent?: any): void;

export function enableForDir(dir: string): void;

export function removePath(path: string): void;
