import { b2Vec2 } from "../../Common/Math";
import { b2ShapeDef } from "./b2ShapeDef";
export declare class b2StaticEdgeChainDef extends b2ShapeDef {
    constructor();
    vertices: b2Vec2[];
    vertexCount: number /** int */;
    isALoop: Boolean;
}
//# sourceMappingURL=b2StaticEdgeChainDef.d.ts.map