import type { LoggerStrategy } from './loggerStrategy';
export type StrategyMap = Record<string, LoggerStrategy>;
