interface RecorderCLIOptions { testName: string | undefined; project: string | undefined; url: string | undefined; } export declare function runRecorder({ testName, project, url, }: RecorderCLIOptions): Promise; export {}; //# sourceMappingURL=index.d.ts.map