type Callback = () => void;
type Disposer = () => void;
export type { Callback, Disposer };
