import type { EnvWildcard } from "@turbo/types"; interface Testable { test: (input: string) => boolean; } export interface WildcardTests { inclusions: Testable; exclusions: Testable; } export declare function wildcardTests(wildcardPatterns: Array): WildcardTests; export {}; //# sourceMappingURL=wildcard-processing.d.ts.map