/**
 * Returns true when `path` should be included given user-supplied include and
 * exclude glob lists. `include` is the gate: an empty `include` matches
 * nothing. `exclude` then narrows the included set.
 */
export declare function isPathSelected(path: string, include: string[], exclude: string[]): boolean;
//# sourceMappingURL=glob.d.ts.map