export interface IFile {
    name: string;
    path: string;
    size: number;
    created: string;
    modified: string;
}
//# sourceMappingURL=IFile.d.ts.map