import type { EndpointPathPart } from "../orpc-client/api/shared.js"; import { EndpointPathLiteral } from "../orpc-client/shared.js"; /** * Commonly used in Express.js and how we render paths in the UI. */ export declare function toColonEndpointPathLiteral(pathParts: EndpointPathPart[]): EndpointPathLiteral; /** * Used in OpenAPI specification and Fern Definition. This is how we store EndpointPathLiteral in the snippet resolver. */ export declare function toCurlyBraceEndpointPathLiteral(pathParts: EndpointPathPart[]): EndpointPathLiteral; //# sourceMappingURL=endpoint-path-literal.d.ts.map