export declare type IResolveGlobUrl = (url: string, includePaths?: string[]) => string[] | null;
