import type { ServerConfig } from "./types"; export declare class Kontas { private router; private config; constructor(config?: ServerConfig); start(port?: number): Promise; }