/**
 * Copyright (c) 2025 grakeice
 *
 * This software is released under the MIT License.
 * https://opensource.org/licenses/MIT
 */
export declare const DOMParser: any;
export type Element = globalThis.Element;
export type HTMLDocument = globalThis.HTMLDocument;
//# sourceMappingURL=deps.d.ts.map