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