/* tslint:disable */ /* eslint-disable */ /* auto-generated by NAPI-RS */ export declare function runBlazeCore(): void /** Exposed to TypeScript to define sequential multi-step transaction test scripts */ export interface RequestStep { name: string url: string method: string body?: string } /** New standalone execution endpoint for handling automated parameter correlation */ export declare function runCorrelatedTransaction(steps: Array): Promise