import ini from 'ini';
import path from 'path-browserify';
export declare const vendors: {
    ini: typeof ini;
    path: path.Path;
};
