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