import { Server, Router } from "./internal"; export declare const api: (server: Server, prefix: string) => Router;