import { Provider } from '@nestjs/common'; import { PinoLogger } from './PinoLogger'; export declare function InjectPinoLogger(context?: string): PropertyDecorator & ParameterDecorator; export declare function createProvidersForDecorated(): Array>; export declare function getLoggerToken(context: string): string;