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