import { ServiceMetadata } from './types'; export declare class Definition { id: string; peerId: string; meta: ServiceMetadata; parentId: string; constructor(id: string, peerId: string, meta: ServiceMetadata); static nextId(): string; }