import { StateOptions } from '../types/state';
export declare function setStateMetadata(target: any, options?: StateOptions<any>): void;
