import { type BootstrapResponse } from '../../test-utility.js';
import { type NamespaceName } from '../../../src/types/namespace/namespace-name.js';
import { type Argv } from '../../helpers/argv-wrapper.js';
export declare function testSeparateNodeDelete(argv: Argv, bootstrapResp: BootstrapResponse, namespace: NamespaceName): void;
