export declare function isChildPathOf(parent: string): (child: string) => boolean;
export declare function check(dir: string): Promise<boolean>;
