import type { FunctionInfo } from './function-info';
import type { LinkToNestedCall } from '../../call-context-query/call-context-query-format';
/** the assertion helpers of the test frameworks; each hands its input back invisibly, so none reaches stdout */
export declare const ExpectFunctionNames: RegExp;
export declare const ExpectFunctions: LinkToNestedCall;
export declare const TestFunctions: FunctionInfo[];
