import type { ServerOptions } from '@stacksjs/types'; export declare function config(options: ServerOptions): { host: string port: number open: boolean };