import "@tsed/ajv";
import { PlatformTestingSdkOpts } from "../interfaces/index.js";
export declare class RandomStringModel {
    length: number;
}
export declare function testQueryParams(options: PlatformTestingSdkOpts): void;
