export interface LegacyConfig { /** Pad URL; if missing or no /p/ segment, a random pad is created. */ host?: string; authors?: number; lurkers?: number; /** Test duration in seconds. Undefined → "load until fail" mode. */ durationS?: number; } export declare const runLegacy: (cfg: LegacyConfig) => Promise; //# sourceMappingURL=legacy.d.ts.map