import Debug from 'debug'; export declare function cleanUrl(url?: string): string; interface BarrelParams { names: string[]; resourcePath: string; } export declare function parseUrl(url: string): BarrelParams; export declare const resolver: (id: string, context: string) => Promise; export declare const isBarrelModule: (id: string) => boolean; export declare const debug: Debug.Debugger; export {};