export declare const createServer: () => Promise<void>;
export declare const killServer: () => Promise<void>;
