declare global {
    namespace jest {
        interface Matchers<R> {
            toBeValidThoughtData(): R;
            toHaveValidBoxFormat(): R;
        }
    }
}
export {};
