declare module "path-existed-or-create" {
  function pathExistedOrCreate(path: string): void;
  export default pathExistedOrCreate;
}
