export interface File {
    filepath: string;
    source: string;
}
//# sourceMappingURL=File.d.ts.map