/** * Prepares the route params by checking the existing params and meta data. * Meta data is prioritized over params. * Params are prioritized over predetermined id, action and resource. * This means, we can use `meta` for user supplied params (both manually or from the query string) */ export declare const prepareRouteParams: = Record>(routeParams: (keyof TRouteParams)[], meta?: Record) => Partial; //# sourceMappingURL=prepare-route-params.d.ts.map