import { NativeIntPoint } from "./NativeIntPoint";
import { NativeVector } from "./NativeVector";
export type NativePath = NativeVector<NativeIntPoint>;
