import type { Preset } from '@witheslint/core';
export declare const GLOB_VUE: "**/*.vue";
export declare const GLOB_VUE_EXT: ".vue";
export declare const GLOB_VUE_EXCLUDES: readonly ["**/.nuxt"];
export declare function presetVue(): Preset;
