export { S as StandardBracketNotationSerialized, a as StandardBracketNotationSerializer, c as StandardOpenAPICustomJsonSerializer, b as StandardOpenAPIJsonSerialized, e as StandardOpenAPIJsonSerializer, d as StandardOpenAPIJsonSerializerOptions, g as StandardOpenAPILink, f as StandardOpenAPILinkOptions, j as StandardOpenAPISerializeOptions, k as StandardOpenAPISerializer, i as StandardOpenapiLinkCodec, h as StandardOpenapiLinkCodecOptions } from '../../shared/openapi-client.D_hC2pAM.mjs';
import { HTTPPath } from '@orpc/client';
import '@orpc/client/standard';
import '@orpc/contract';
import '@orpc/shared';
import '@orpc/standard-server';

/**
 * @internal
 */
declare function standardizeHTTPPath(path: HTTPPath): HTTPPath;
/**
 * @internal
 */
declare function getDynamicParams(path: HTTPPath | undefined): {
    raw: string;
    name: string;
}[] | undefined;

export { getDynamicParams, standardizeHTTPPath };
