import { b2World } from "../../Dynamics/b2World";
import { b2ShapeDef } from "./b2ShapeDef";
import { b2StaticEdgeShape } from "./b2StaticEdgeShape";
export declare class b2StaticEdgeChain {
    constructor(def: b2ShapeDef, world: b2World);
    edges: b2StaticEdgeShape[];
    isALoop: Boolean;
}
//# sourceMappingURL=b2StaticEdgeChain.d.ts.map