export declare function err(msg: string): void;
export declare function exc(err: Error): void;
/**
 * Temporary tracing for debug to disctinct it from other tracing.
 * Note: find 'gIn.tracer.dbg' entry in sources to clean up them.
 * @param err
 */
export declare function dbg(msg: string): void;
export declare function resourcesUsage(): void;
export declare function resourcesUsage0(): void;
export declare function msg0(msg: string): void;
export declare function msg1(msg: string): void;
export declare function msg2(msg: string): void;
export declare function msg3(msg: string): void;
export declare function msg4(msg: string): void;
