import { RuntimeEngine } from '@easytwin/runtime'; export declare const useGetRecycledEntities: (engine: RuntimeEngine | undefined) => import('@easytwin/runtime').RecycleEntityJson[] | undefined;