export class StructTreeLayerBuilder { constructor(pdfPage: any, rawDims: any); render(): Promise; getAriaAttributes(annotationId: any): Promise; hide(): void; show(): void; addElementsToTextLayer(): void; #private; }