import { StaveBase } from './StaveBase'; /** * @description */ export declare class Stave extends StaveBase { constructor(); init(dataraw?: string): this; save(): string; }