import { Item, UUID } from './Item'; export declare class Survey extends Item { category?: UUID; index?: number; question?: { [key: string]: string; }; constructor(src: Survey); }