import { Comparator, int, Option, UUID } from "@opendaw/lib-std"; import { Address, Int32Field } from "@opendaw/lib-box"; import { SignatureEventBox } from "@opendaw/studio-boxes"; import { BoxAdaptersContext } from "../BoxAdaptersContext"; import { SignatureTrackAdapter } from "./SignatureTrackAdapter"; import { IndexedBoxAdapter } from "../IndexedBoxAdapterCollection"; export declare class SignatureEventBoxAdapter implements IndexedBoxAdapter { #private; static readonly Comparator: Comparator; readonly type = "signature-event"; constructor(context: BoxAdaptersContext, box: SignatureEventBox); get box(): SignatureEventBox; get uuid(): UUID.Bytes; get address(): Address; get index(): int; get indexField(): Int32Field; get relativePosition(): int; get nominator(): int; get denominator(): int; get trackAdapter(): Option; terminate(): void; toString(): string; } //# sourceMappingURL=SignatureEventBoxAdapter.d.ts.map