/** * A simple callback type that signifies a resource has been disposed. * * @internal */ export type OnDisposed = () => void;