import { Endpoint } from "./types.js"; export declare function getEndpoint(endpointId: string): Endpoint | undefined; export declare function getEndpoints(): Endpoint[]; export declare function upsertEndpoint(endpoint: Endpoint): void; export declare function deleteEndpoint(endpointId: string): void; //# sourceMappingURL=endpoints.d.ts.map