export declare type StaticServerOptions = { staticServerHandlersDir: string; staticServerId: string | null; staticServerPort: number | null; staticServerUIDir: string; };