import { CommandShape } from '@seleniumhq/side-model'; export declare function validateControlFlowSyntax(commandStack: CommandShape[]): boolean; export declare function repeatIfError(commandIndex?: number): void; //# sourceMappingURL=syntax-validation.d.ts.map