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