import { ScopedModel } from '../create-model'; /** * Receives the model's state. Unlike useValue, useConsume does * not reactively update to the current model's state. * @param model */ export default function useValueOnce(model: ScopedModel): S;