export declare class IdType { readonly name: string; static prefix: string; readonly isIdType = true; constructor(name: string); }