import '../expect-extend/index.js';
import { ApiExpectBase } from './api-expect-base.js';
export declare class ApiExpectOperationResult extends ApiExpectBase {
    get not(): ApiExpectOperationResult;
    toBeAffected(min?: number, max?: number): this;
}
