import { ContextFile } from '../domain/ContextFile.js';
export declare class FileReader {
    private pathValidator;
    constructor();
    readContextFile(filePath: string, basePath?: string): Promise<ContextFile>;
    /**
     * Validate file content for potential security issues
     * @param content The file content to validate
     * @param filePath The file path for error messages
     */
    private validateFileContent;
}
//# sourceMappingURL=FileReader.d.ts.map