import { GlobalArgs } from "../options/index.js"; export type GlobalPaths = { dataDir: string; }; /** * Defines the path structure of the globally used files * * ```bash * $dataDir * └── $paramsFile * ``` */ export declare function getGlobalPaths(args: Partial, network: string): GlobalPaths; export declare const defaultGlobalPaths: GlobalPaths; //# sourceMappingURL=global.d.ts.map