/**
 * strip _next/data/<build-id>/ prefix and .json suffix
 */
export declare function normalizeDataPath(pathname: string): string;
