export interface Quittable {
    quit: () => void;
}
