import type { Vector3Like } from 'hytopia'; import { Pattern } from './Pattern'; export declare class StreamPattern extends Pattern { private direction; constructor(config?: any, direction?: Vector3Like); generatePoints(): Vector3Like[]; generateVelocities(): Vector3Like[]; } //# sourceMappingURL=StreamPattern.d.ts.map