import type { ILogger } from "../types/index.js"; export declare function childLogger(module: string, logger?: ILogger): ILogger | undefined;