import { CustomRunnerOptions } from "./types/custom-runner-options";
/**
 * Initializes the environment variables.
 */
export declare const initEnv: (options: CustomRunnerOptions) => void;
