import type { SizeClass, FormField } from "@sudobility/testomniac_types"; import type { LegacyGeneratedTestInteraction } from "./render.js"; interface FormNegativeInput { pageName: string; url: string; sizeClass: SizeClass; priority: string; fields: FormField[]; submitSelector?: string; validValues: Record; } export declare function generateFormNegativeTests(input: FormNegativeInput): LegacyGeneratedTestInteraction[]; export {}; //# sourceMappingURL=form-negative.d.ts.map