import { Thing } from './thing'; export declare class Collection extends Thing { position: number; }