export declare function isBlockedPage(pathname: string): boolean; export declare function cleanAmpPath(pathname: string): string; export declare function isTargetLikeServerless(target: string): boolean; export declare const shouldUseReactRoot: boolean;