import { AppContext } from 'next/app';
import { NextRouter } from 'next/router';
export declare function getPathnameRef(props: {
    context?: AppContext;
    router?: NextRouter;
    pageUrl?: string;
}): {
    page: string;
};
