declare const _exports: {
    '*.{js,ts,vue}': string[];
};
export = _exports;
