import { PlatformResponse } from "@tsed/platform-http";
import { PlatformTestingSdkOpts } from "../interfaces/index.js";
export declare class HeadersCtrl {
    testScenario1(value: string[]): any;
    testScenario2(): string;
    testScenario3(response: PlatformResponse): string;
}
export declare function testHeaders(options: PlatformTestingSdkOpts): void;
