interface Options { /** The filepath to bundle and require */ filepath: string; /** * Preserve compiled temporary file for debugging * Default to `process.env.BUNDLE_REQUIRE_PRESERVE` */ preserveTemporaryFile?: boolean; } export declare function buildAndImport(options: Options): Promise>; export {}; //# sourceMappingURL=buildAndImport.d.ts.map