export interface LoggerInterface {
    log: (logMessage: String) => void;
}
