/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ import { DOMAPI } from "./Types"; export declare const dom: DOMAPI; export declare function setDOMAPI(domapi: Partial): void;