export declare function fileMatchesWorkspaces(pwd: string, fileName: string, workspaces: string[]): boolean;
export declare function filesMatchingWorkspaces(pwd: string, files: string[], workspaces: string[]): string[];
