import type * as Protocol from '../../generated/protocol.js'; export interface UnusedDeclaration { declaration: string; nodeId: Protocol.DOM.BackendNodeId; } export declare class CSSOverviewUnusedDeclarations { private static add; static checkForUnusedPositionValues(unusedDeclarations: Map, nodeId: Protocol.DOM.BackendNodeId, strings: string[], positionIdx: number, topIdx: number, leftIdx: number, rightIdx: number, bottomIdx: number): void; static checkForUnusedWidthAndHeightValues(unusedDeclarations: Map, nodeId: Protocol.DOM.BackendNodeId, strings: string[], displayIdx: number, widthIdx: number, heightIdx: number): void; static checkForInvalidVerticalAlignment(unusedDeclarations: Map, nodeId: Protocol.DOM.BackendNodeId, strings: string[], displayIdx: number, verticalAlignIdx: number): void; }