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