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<EnvWildcard>): WildcardTests;
export {};
//# sourceMappingURL=wildcard-processing.d.ts.map