import { CustomError } from '../../../../../errors';
import { TestConfig } from '../../types';
export declare function lookupLocalRulesBundle(testConfig: TestConfig): Promise<string | undefined>;
export declare class InvalidUserRulesBundlePathError extends CustomError {
    constructor(path: string, message: string);
}
