/** * Follows XDG Base Directory Specification * https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html#basics */ export declare function getDefaultDataDir(network: string): string; //# sourceMappingURL=rootDir.d.ts.map