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