import { TextDocument } from '../../../types';
import { Recipe } from './recipe';
/**
 *
 * @param doc
 * @returns
 */
export declare function process(doc: TextDocument): Recipe | undefined;
//# sourceMappingURL=process.d.ts.map