/** * Local test / scratch media layout (gitignored contents). * * testdata/ * samples/ hand-placed or manually downloaded source audio * downloads/ yt-dlp downloads (kept by default; --discard-download removes) * output/ cleaned / restored results * generated/ files created by automated tests */ export declare const TESTDATA_ROOT = "testdata"; export declare const TESTDATA_SAMPLES = "testdata/samples"; export declare const TESTDATA_DOWNLOADS = "testdata/downloads"; export declare const TESTDATA_OUTPUT = "testdata/output"; export declare const TESTDATA_GENERATED = "testdata/generated";