export declare const HELPER_SCRIPT_NAMES: readonly string[]; import type { RuntimePaths } from "./types.mjs"; export declare function missingHelperScripts(paths: RuntimePaths, resolve: (paths: RuntimePaths, name: string) => string | null): string[];