export declare function parseDOM(input: string, querySelector: string): Promise<{
    readonly title: string;
    readonly innerHTML: string;
}>;
