import type { ServerOptions } from './server';
export default function ({ p, ...rest }: ServerOptions): Promise<void>;
