import { IClassLoggerConfig } from './config.service';
export declare const Log: (config?: IClassLoggerConfig) => (target: object, propertyKey: string | symbol) => void;
