/** * Thin convenience: runs the project's own test script via the package manager. * Does NOT wrap Jest — DAxTA must already be attached as a Jest plugin (install/migrate). */ export declare function runDaxtaTest(options?: { cwd?: string; argv?: string[]; }): Promise;