export interface NjinnServer {
    close: () => Promise<void>;
}
