import type { IGatsbyFunction, IGatsbyPage } from "../../redux/types";
export declare function getRoutePathFromPage(page: Pick<IGatsbyPage, "path" | "matchPath">): string;
export declare function getRoutePathFromFunction(functionInfo: IGatsbyFunction): string;
