import { CanonicalResult } from '../types';
export declare function analyzeCanonical(html: string): CanonicalResult;
