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