import { IShape, ShapeIntersection } from "../../common-types"; export declare function gjkIntersection(A: IShape, B: IShape, logs: boolean): ShapeIntersection;