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