/** * Custom Preset * * Preset for sandboxing arbitrary Node.js applications. * Requires user to specify the entry point. */ import type { TargetPreset } from './types.js'; /** * Custom preset implementation */ export declare const customPreset: TargetPreset; //# sourceMappingURL=custom.d.ts.map