import { Recycler } from './Recycler'; export declare class GObjectRecycler extends Recycler { constructor(); clear(): void; protected createObject(id: string): any; }