export interface StatePathOptions { env?: NodeJS.ProcessEnv; homeDir?: string; platform?: NodeJS.Platform; } export declare function resolveStateDirectory(options?: StatePathOptions): string; //# sourceMappingURL=state-paths.d.ts.map