import { Prop } from './types.js';
export declare function useSubscriberState<T extends object, K>(props: Prop, notNotify?: boolean, uuid?: string): [T, K];
