export = isSubdir

declare function isSubdir (parentDir: string, subdir: string): boolean

declare namespace isSubdir {
  export function strict (parentDir: string, subdir: string): boolean
}
