import { IPrinterTransform } from "./IPrinterTransform"; export declare class Base implements IPrinterTransform { print(obj: any): string; }