export declare class FileManage { #private; constructor(); readContent(path: string, options: { encoding?: null | undefined; }): Promise<{ success: boolean; content: Record; errorContent: import("../../types/responsetype.js").ErrorContentType; source: { title?: string; message?: string; method?: string; requester?: Record | string; status: string | number | unknown; }; }>; } //# sourceMappingURL=filemanage.d.ts.map