type Env = Record; export interface XdgOptions { legacyDirExists?: (dir: string) => boolean; } export declare function legacyDeepdiveDir(): string; export declare function xdgConfigFilePath(env?: Env, opts?: XdgOptions): string; export declare function xdgCacheDir(env?: Env, opts?: XdgOptions): string; export declare function xdgSessionsDir(env?: Env, opts?: XdgOptions): string; export {}; //# sourceMappingURL=xdg.d.ts.map