export declare class Base { name: string; uuid: string; constructor(name: string); }