import type { Quench } from "../quench";
/**
 * Registers all example tests, which also serves as a quick self-test.
 *
 * @param quench - the quench instance the tests are registered with
 */
export declare function registerExampleTests(quench: Quench): void;
