import { JsonMap } from '@iarna/toml'; import { ExecutorContext, Tree } from '@nx/devkit'; export declare const getPyprojectData: (pyprojectToml: string) => T; export declare const readPyprojectToml: (tree: Tree, tomlFile: string) => T; export declare function writePyprojectToml(tree: Tree, tomlFile: string, data: JsonMap): void; export declare function getLoggingTab(level: number): string; export declare const pycacheFilter: (src: string) => boolean; export declare function getLocalDependencyConfig(context: ExecutorContext, dependencyName: string): import("@nx/devkit").ProjectConfiguration; //# sourceMappingURL=utils.d.ts.map