import { CreeveyUpdate } from '../../../types.js';
export declare function testsHandler({ tests }: {
    tests: CreeveyUpdate['tests'];
}): void;
