export declare type File = { absolutePath: string; relativePath: string; filename: string; }; //# sourceMappingURL=types.d.ts.map