export declare abstract class Base { protected legacy: boolean; constructor(legacy: boolean); }