export declare function getDocument(): any;
export declare function getComputedStylesForNode(nodeId: any): Array<{
    name: string;
    value: string;
}>;
export declare const removeNode: (...args: any[]) => void;
export declare const setAttributeAsText: (...args: any[]) => void;
