export declare function isEventName(s?: string): boolean;
export declare function isFunction(value: any): boolean;
export declare function isObject(o: any): boolean;
export declare const monaPrint: {
log(...rest: any[]): void;
warn(msg: string): void;
debug(...rest: any[]): void;
};