export type DataOptions = {
    readonly rootDir: string;
    readonly files: string[];
};
