export type WorkspaceFilePathFilter = (filePath: string) => boolean;
export declare const createWorkspaceFilePathFilter: (cwd: string, selectedWorkspaces: Set<string> | undefined, availableWorkspaceNames: string[] | undefined) => WorkspaceFilePathFilter;
