/**
 * Add a timestamped log to the test output.
 */
export declare function log(text: string): void;
