export declare abstract class Endpoint { id: string; protected constructor(id: string); }