export declare function readTextFile(filePath: string): string; export declare function readJsonFile(filePath: string): T; export declare function listTerraformFiles(dirPath: string): string[]; export declare function pathExists(targetPath: string): boolean; export declare function isDirectory(targetPath: string): boolean;