/** Test whether the given string is a glob */ export declare function isGlob(str: string): boolean;