/**
 * Utility functions for working with Jest
 */
/**
 * Gets the current test file path from Jest's globals
 * @returns The current Jest test file path, or undefined if not in Jest
 */
export declare function getCurrentJestTestFilePath(): string | undefined;
