import { StateInit } from '../state-init'; export interface AccountStateActive extends StateInit { type: 'active'; } //# sourceMappingURL=AccountStateActive.d.ts.map