import type { InkosEndpoint } from "./types.js"; export type { InkosEndpoint, InkosModel, ApiProtocol, EndpointGroup } from "./types.js"; export declare function getAllEndpoints(): readonly InkosEndpoint[]; export declare function getEndpoint(id: string): InkosEndpoint | undefined; //# sourceMappingURL=index.d.ts.map