export type logCtx = Record; export declare function withLogCtx(obj: logCtx, f: () => R): R; export declare function logCtxHook(): logCtx;