import { RestFetchApiArgs } from '.'; type ValidateRequestPathParamsArgs = { args: RestFetchApiArgs; url: URL; }; export declare function validateRequestPathParams({ args: { route, baseUrl }, url, }: ValidateRequestPathParamsArgs): Promise; export {};