/** Prints a nicely formatted console log or error message. */ export declare function log(level: 'info' | 'error', subject: string, message: any, other?: { [name: string]: any; }): void;