export interface ILogger {
    info(message: string): void;
    warn(message: string): void;
    error(message: string): void;
}
//# sourceMappingURL=ILogger.d.ts.map