/// import http from 'http'; export declare const exitServe: () => Promise; export declare const startServe: (input: string) => Promise;