export type NycConfig = {
    extends?: string;
    require?: string[];
};
