import { TGlobResolveGlobParam, TGlobFunc } from './types';
export declare function globResolve(glb: TGlobResolveGlobParam | TGlobFunc): string[];
