import { TextDocument } from "../../../types";
import { Entity } from "./entity";
/**
 *
 * @param doc
 * @returns
 */
export declare function Process(doc: TextDocument): Entity | undefined;
