import { Effect } from 'effect';
import type { Ctx } from '../../get-context/index.js';
import type { Io } from '../../io/index.js';
/**
 * Find every glob pattern which should be used to find package.json files for
 * this monorepo.
 */
export declare function getPatterns(io: Io, config: Ctx['config']): Effect.Effect<string[]>;
