export class Play extends Track { skew: number | null | undefined; reset(go: any): null; make(): any; } import { Track } from "./track.js";