import IpullError from "../../../../../errors/ipull-error.js"; export default class WriterError extends IpullError { constructor(message?: string); }