import type { Config } from "../config.js"; /** * Whether the config has the required org/project values for * resource discovery at the given scope level. * Returns false when a scope param is missing or whitespace-only, * preventing wasted API calls that would fail with "must not be null". */ export declare function hasRequiredDiscoveryScope(scope: "account" | "org" | "project", config: Config): boolean; //# sourceMappingURL=scope-check.d.ts.map