import { Annotation } from "../internals"; export declare abstract class InlineAnnotation extends Annotation { get rank(): number; } //# sourceMappingURL=inline.d.ts.map