export declare const tap: (title?: string) => (x: T) => T; export declare function debug(x: any, message?: string): any;