import type { IRestRouteEntryPoint } from "@twin.org/api-models"; /** * REST entry points for the authentication, authentication admin, and authentication audit services. */ export declare const restEntryPoints: IRestRouteEntryPoint[];