/**
 * Return the stack trace frame of a function's invocation.
 */
declare function getCallFrame(error: Error): string | undefined;

export { getCallFrame };
