import { Vec3 } from 'vec3';
import { Block } from 'prismarine-block';
export declare const check: (from: Vec3, to: Vec3) => Block | null;
