export default class WriteToNpmrcError extends Error {
    path: string;
    constructor(path: string);
}
