declare global {
    interface Window {
        testsComplete?(): void;
        testsFailed?(reason: string): void;
    }
}
export {};
