import type { Logger } from '../../2.app/config/log.contract';
declare const noopLogger: Logger;
export { noopLogger };
