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