import type { SpecFilter } from './SpecFilter.js';
/**
 * @package
 */
export declare class CustomFunctionSpecFilter implements SpecFilter {
    private readonly fn;
    constructor(fn: (specName: string) => boolean);
    matches(specName: string): boolean;
}
//# sourceMappingURL=CustomFunctionSpecFilter.d.ts.map