export declare class ProjectBoundaryError extends Error { constructor(message: string); } export declare function projectLocalFileExists(cwd: string, filePath: string, label: string): boolean; export declare function listProjectLocalDirectoryEntries(cwd: string, dirPath: string, label: string): string[]; export declare function readProjectLocalTextFile(cwd: string, filePath: string, label: string): string; export declare function writeProjectLocalTextFile(cwd: string, filePath: string, content: string, label: string): void; export declare function deleteProjectLocalFile(cwd: string, filePath: string, label: string): void; //# sourceMappingURL=projectLocalFiles.d.ts.map