export interface Initable {
    init(): Promise<void>;
    stop(): Promise<void>;
}
//# sourceMappingURL=Initable.d.ts.map