import type { Plugin } from "../type.d.ts"; import { builtinExecuteApi } from "./apiExecutor.d.ts"; export declare function getBuiltinPlugin(): Plugin; export { builtinExecuteApi };