import type { RunnerFilesPaths } from '@code-pushup/models'; /** * Function to create timestamp nested plugin runner files for config and output. * * @param pluginSlug - slug of the plugin name used as folder names to group same plugin configs * @param configJSON - config of the plugin runner as JSON. */ export declare function createRunnerFiles(pluginSlug: string, configJSON: string): Promise;