export declare class State { name: string; isActive: boolean; constructor(name: string); }