import type { Plugin } from 'esbuild'; import type { UnknownRecord } from './types.js'; export declare const PLUGIN_NAME = "define-plugin"; export declare const definePlugin: (data: UnknownRecord) => Plugin;