/** * Created by Christophe on 01/02/2017. */ export declare class File { path: string; constructor(path: string); }