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