/** * Simple log helper */ export declare function log(name: any, msg?: any): void;