import { shallowEqual, type Machine } from './machine.js'; export declare function useSlice, Slice>(machine: M, selector: (state: Readonly ? State : never>) => Slice, compare?: typeof shallowEqual): Slice;