import { ImportResourcePath } from './types';
export declare class DependencyParser {
    private REGEX_NODE_MODULE;
    parseDependencies(source: string, parent: ImportResourcePath | string): ImportResourcePath[];
    private resolvePath;
}
