import { StateOptions } from '../types/state';
export declare function State<T>(options?: StateOptions<T>): (target: any) => any;
