export declare const GLOB_SRC: string; export declare const GLOB_JS = "**/*.?([cm])js"; export declare const GLOB_JSX = "**/*.?([cm])jsx"; export declare const GLOB_TS = "**/*.?([cm])ts"; export declare const GLOB_TSX = "**/*.?([cm])tsx"; export declare const GLOB_GEN: string; export declare const GLOB_MARKDOWN = "**/*.md"; export declare const GLOB_VUE = "**/*.vue"; export declare const GLOB_EXCLUDE: readonly ["**/node_modules", "**/package-lock.json", "**/yarn.lock", "**/pnpm-lock.yaml", "**/fixtures", "**/.changeset", "**/CHANGELOG*.md", "**/*.min.*", "**/LICENSE*", "**/__snapshots__", "**/.tsup"]; export declare function findConfigByName(configs: T[], name: string): T | undefined; export declare function trueToUndefined(value: T | true): T | undefined; //# sourceMappingURL=shared.d.ts.map