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