import { Entity } from './Entity'; export declare class Prop extends Entity { static exists(prop: Prop): boolean; constructor(handle: number); exists(): boolean; }