export interface InjectLoggerOptions { context?: string; /** * not implemented */ isTimeDiffEnabled?: boolean; } export declare const Log: (options?: InjectLoggerOptions) => PropertyDecorator;