import PathSegment from "../PathSegment"; export default class Fax extends PathSegment { constructor(prv: PathSegment, id?: string, service?: any); }