import { SSXServerRouteEndpointType } from '@spruceid/ssx-core'; /** * This receives a routeConfig param and returns the path string. * @param routeConfig - Route config property * @param defaultPath - Default path string * @returns a path string */ export declare const getRoutePath: (routeConfig: SSXServerRouteEndpointType, defaultPath: string) => string; //# sourceMappingURL=utils.d.ts.map