export const presets: string[];
export const plugins: (string | {
    root: string[];
    extensions: string[];
})[][];
