import { IGlob } from '../interfaces/IGlob';
import { IPath } from '../interfaces/IPath';
import { IResolveGlobUrl } from '../interfaces/IResolveGlobUrl';
export declare function resolveGlobUrlFactory(glob: IGlob, path: IPath): IResolveGlobUrl;
