import type { PmoveTraceFn } from './pmove/types.js'; import type { Vec3 } from './math/vec3.js'; export declare const intersects: (end: Vec3, maxs: Vec3, mins: Vec3, boxMins: Vec3, boxMaxs: Vec3) => boolean; export declare const stairTrace: PmoveTraceFn; export declare const ladderTrace: PmoveTraceFn; //# sourceMappingURL=testing.d.ts.map