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