export declare class Store { value: any; constructor(initvalue?: any); setValue(v: any): void; }