import { ObjectService } from "../../services/object/ObjectService"; export declare class ObjectPipe { private _object; html: string; prevId: string; constructor(_object: ObjectService); transform(id: any): string; }