export declare function readProjectProfile(cwd: string): { profile: string; } | null; export declare function writeProjectProfile(cwd: string, profileName: string): void; //# sourceMappingURL=path-resolver.d.ts.map