import { AbstractModel } from '../model'; import { ThumbModel } from './thumb.model.fixture'; export declare class HandModel extends AbstractModel { handId: string; name: string; thumb: ThumbModel; }