declare global { namespace jest { interface Matchers { toBeBytes(bytes: Uint8Array | number[]): R; toBeDate(date: Date): R; } } } export {};