import { StateContract } from '../contracts/state.contract'; export declare type StateCtor = Function & { prototype: StateContract; };