import { Targets } from "../../targets";
import { MakeProject } from ".";
/**
 * Scan for all ibmi-bob rules.mk files and read attributes and custom
 * dependencies into the targets.
 */
export declare function readAllRules(targets: Targets, project: MakeProject): void;
