export interface Logger { info: (message: string) => void; } //# sourceMappingURL=logger.d.ts.map