export declare function silentTest(name: string, callback: () => void | Promise<void>, timeout?: number): void;
