export declare const log: (...args: { toString(): string; }[]) => void; export declare const info: (...args: { toString(): string; }[]) => void; export declare const warn: (...args: { toString(): string; }[]) => void; export declare const error: (...args: { toString(): string; }[]) => void;