export default tratschtante; declare function tratschtante(options?: {}): { critical: (message: any) => void; error: (message: any) => void; warning: (message: any) => void; info: (message: any) => void; debug: (message: any) => void; trace: (message: any) => void; }; //# sourceMappingURL=index.d.ts.map