import { Context } from '@foxpage/foxpage-types';
/**
 * get pathname
 * @param ctx
 * @returns
 */
export declare const getPathname: (slug: string, ctx: Context) => string;
