import type { UnboundTestFunction } from '../Builder.js';
import type { AdminEntityTestContext } from './AdminEntityTestSuite.js';
export declare const UpsertEntitySubSuite: UnboundTestFunction<AdminEntityTestContext>[];
