import Path from "./path"; export default class Create

implements Path

{ path: P; constructor(path: P); }