export declare class ID { rawId: string; constructor(rawId?: string); toString: () => string; } export default class NewID extends ID { }