import { Command } from 'bc-minecraft-bedrock-command';
import { TextDocument } from '../../../../types';
import { GeneralInfo } from '../general-info';
export declare function process(command: Command, doc: TextDocument): GeneralInfo | undefined;
//# sourceMappingURL=process.d.ts.map