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