declare const _exports: {
    'package.json': string[];
    '*.(j|t)s(x)?': string[];
};
export = _exports;
