export declare const DEFAULT_IGNORES: string[]; export declare function readFileContent(filePath: string): Promise; export declare function fileExists(filePath: string): Promise; export declare function loadIgnorePatterns(repoPath: string): Promise; export declare function globFiles(repoPath: string, ignores: string[]): Promise; export declare function generateTree(files: string[], maxDepth?: number): string; export declare function getFileExtension(filePath: string): string; export declare function getFileName(filePath: string): string; //# sourceMappingURL=file-utils.d.ts.map