import type { Linter } from "eslint"; export type { FlatGitignoreOptions } from "eslint-config-flat-gitignore"; export type Awaitable = T | Promise; export type TypedFlatConfigItem = Omit, "plugins"> & { plugins?: Record }; export declare function isPnpm(cwd?: string): boolean; export declare function isUnoCSS(cwd?: string): boolean;