import type { Package } from '@manypkg/get-packages';
export declare const CWD: string;
export declare function ensureWorkspaceRoot(): void;
export declare function isMatch(patterns: string | string[], input: string): boolean;
export declare function matchesFilter(pkg: Package, filter?: string): boolean;
