import { CreeveyStatus } from '../../types.js';
declare global {
    const __CREEVEY_DATA__: CreeveyStatus['tests'];
}
