/**
 Return a JSON representation of a file

 @param {File} file
 @return {Object}
 */
declare function encodeFileToJson(file: any): {
    path: any;
    mtime: any;
    type: any;
};
export default encodeFileToJson;
//# sourceMappingURL=encodeFile.d.ts.map