export { S as StandardBracketNotationSerialized, b as StandardBracketNotationSerializer, a as StandardBracketNotationSerializerOptions, d as StandardOpenAPICustomJsonSerializer, c as StandardOpenAPIJsonSerialized, f as StandardOpenAPIJsonSerializer, e as StandardOpenAPIJsonSerializerOptions, h as StandardOpenAPILink, g as StandardOpenAPILinkOptions, k as StandardOpenAPISerializeOptions, l as StandardOpenAPISerializer, j as StandardOpenapiLinkCodec, i as StandardOpenapiLinkCodecOptions } from '../../shared/openapi-client.Dx4REA6z.js';
export { getIssueMessage, parseFormData } from '../../helpers/index.js';
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 };
