import { type LoggerService } from "../../abstractions/index.js"; type IGetLoggerResult = LoggerService.Interface; export interface IGetLogger { execute(): IGetLoggerResult; } export declare const GetLogger: import("@webiny/di").Abstraction; export declare namespace GetLogger { type Interface = IGetLogger; } export {};