export declare abstract class AbstractCompiler { indentation: string; config: any; constructor(); }