/** * Selector-konvenció util-ok a generator + runtime közös testId-formálásához. * * Konvenció: `--` — minden szegmens kebab-case. */ export declare class DyE2E_TestId_Util { static field(formKey: string, fieldKey: string): string; static form(formKey: string): string; static formSubmit(formKey: string): string; static formCancel(formKey: string): string; /** Form-szintű error-panel testId (a `form-error-panel` invalidSignal target-je). */ static formError(formKey: string): string; static toKebab(s: string): string; } //# sourceMappingURL=test-id.util.d.ts.map