import { NormalModuleReplacementPlugin } from 'webpack';
export declare class SharedMappings {
    private mappings;
    register(tsConfigPath: string, shared?: string[]): void;
    private getPackageVersion;
    getPlugin(): NormalModuleReplacementPlugin;
    getAliases(): Record<string, string>;
    getDescriptors(eager?: boolean): object;
    getDescriptor(mappedPath: string, requiredVersion?: string): object;
}
