import { CheckOptions } from '../../common/fluentapi';
import { TestResult } from '../common/result-factory';
declare global {
    interface VitestAssertion {
        toPassAsync(options?: CheckOptions): Promise<TestResult>;
    }
}
export declare function extendVitestMatchers(): void;
