export declare function underline(str: string): string;
export declare function SuppressLogs<This, F extends (this: This, ...args: any[]) => any>(value: F, _context: ClassMethodDecoratorContext<This, F>): F;
//# sourceMappingURL=logging.d.ts.map