/*! * Copyright (C) 2017 Glayzzle (BSD3 License) * @authors https://github.com/glayzzle/php-parser/graphs/contributors * @url http://glayzzle.com */ declare module "doc-parser" { export interface Tag { /** @todo from doc-parser */ } export interface Annotation { /** @todo from doc-parser */ } }