import "@tsed/ajv";
import { PlatformTestingSdkOpts } from "../interfaces/index.js";
export declare class TestModel {
    name: string;
}
export declare function testBodyParams(options: PlatformTestingSdkOpts): void;
