declare function logFormat(msg: string, func: (msg: string) => void | null): string; export default logFormat;