import type { LoggerArgumentsToFilterAndFormatters } from './types'; /** * This default message formatter will return a string colorized to the log. * * @param args - The arguments to be formatted. * * @returns The formatted message to show on the console. */ export declare function getDefaultFormattedMessage(args: LoggerArgumentsToFilterAndFormatters): string; //# sourceMappingURL=defaults.d.ts.map