export declare const error: (template: string) => (...args: any[]) => void; export declare const info: (template: string) => (...args: any[]) => void; export declare const log: (template: string) => (...args: any[]) => void; export declare const warn: (template: string) => (...args: any[]) => void; export { timer } from './timer.js';