import { UUID } from '..'; export declare type Comment = { id: UUID; string: string; };