export declare function getFileContents(root: string, fileName: string): {
    content: string;
    fileName: string;
};
