import type { Account } from './types.js';
import { Subject } from 'rxjs';
export declare const accounts$: Subject<Account[]>;
