/// import { Server } from "http"; import { Fn } from 'misc-utils-of-mine-generic'; export declare function staticServer(basePath: string, port?: number, onFound?: Fn, onNotFound?: Fn): Promise;