export declare class AccountStore { private accountToPath; setAccountPath: (account: string, path: string) => void; getPath: (account: string) => string; } //# sourceMappingURL=accountStore.d.ts.map