export declare abstract class Identifiable { readonly abstract id: string; }