export declare class Seo {
    static extractImagesWithoutAlt(html: string): string[];
    static extractHeadingTags(html: string): string[];
}
