import { Resolve } from '../types'; declare class Pkg { resolveMap: Resolve; constructor(resolveMap?: Resolve); validator(sourceId: string, packageId: string): void; resolve(sourceId: string, packageId: string): string; require(sourceId: string, packageId: string): any; } export { Pkg }; //# sourceMappingURL=pkg.d.ts.map