export declare function runner(paths: string[], command: (dir: string, options?: { port: number; }) => Promise, options?: { concurrencyLimit: number; startingPort?: number; }): Promise<{ relativeDir: string; resultText: string; }[]>;