export declare function isInternalUrl(url: string): boolean; export declare function isBlockedPage(pathname: string): boolean; export declare function cleanAmpPath(pathname: string): string;