export declare type Parser = {
    new (): DOMParser;
    prototype: DOMParser;
};
