export interface VFile {
    path: string;
    contents: string;
}
//# sourceMappingURL=vfile.d.ts.map