/**
 * Shared utilities for server hooks.
 */
/**
 * Extract requestId from context object if it exists.
 * This helper reduces type casting duplication throughout the codebase.
 */
export declare function getRequestIdFromContext(ctx: unknown): string | undefined;
//# sourceMappingURL=utils.d.ts.map