/** * Logs a message using the provided logging namespace. * * @param {string} type The type of log to print, e.g. `log`, `info`, `warn`, `error`, etc. * @param {...*} args Arguments to be passed to the logger. */ export function log(type: string, ...args: any[]): void; //# sourceMappingURL=log.d.ts.map