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