import type { ICustomDataNote } from '../../schema/wrapper/types/custom/note.js'; import type { ICustomDataSlider } from '../../schema/wrapper/types/custom/slider.js'; import type { Vector2 } from '../../../types/vector.js'; /** * Get position of Noodle Extensions in beatmap v2. */ export declare function getNoodleExtensionsPositionV2; }>(data: T): Vector2 | null; /** * Get position of Noodle Extensions in beatmap v3. */ export declare function getNoodleExtensionsPositionV3; }>(data: T): Vector2 | null; /** * Get tail position of Noodle Extensions in beatmap v3. */ export declare function getNoodleExtensionsTailPositionV3; }>(data: T): Vector2 | null; //# sourceMappingURL=position.d.ts.map