/** * DataStore path construction. * * All functions are lazy (read HOME on each call) so tests can redirect * without resetting modules. Lives under ~/.fourmm/data/. */ export declare function tokensRoot(): string; export declare function tokenDir(ca: string): string; export declare function tokenInfoPath(ca: string): string; export declare function poolInfoPath(ca: string): string; export declare function groupDir(ca: string, groupId: number): string; export declare function transactionsPath(ca: string, groupId: number): string; export declare function holdingsPath(ca: string, groupId: number): string; export declare function balancesPath(ca: string, groupId: number): string; export declare function globalDir(): string; export declare function bnbPricePath(): string; //# sourceMappingURL=paths.d.ts.map