export interface StatePaths { readonly stateDir: string; readonly factoryFile: string; readonly killSwitchFile: string; readonly historyFile: string; iterationFile(slug: string): string; } export declare function resolveStatePaths(workspaceRoot: string): StatePaths; //# sourceMappingURL=paths.d.ts.map