/**
 * A generic disposer.
 */
export type IDisposer = () => void;
