import type { IHttpServer } from "adminforth"; import type { CoreEndpointsContext } from "./context.js"; export declare function setupCoreEndpoints(ctx: CoreEndpointsContext, server: IHttpServer): void;