import { IServerOptions } from "../../types/createServer"; declare function createServer(params: IServerOptions): void; export { createServer };