import { Server } from 'node:http'; import CommandKit from 'commandkit'; export declare function startServer(port: number, commandkit: CommandKit, credential?: { username: string; password: string; }): Promise>;