import { NativeIntPoint } from "./NativeIntPoint";
import { NativeVector } from "./NativeVector";
export interface NativePath extends NativeVector<NativeIntPoint> {
}
