import { Options } from "@sentry/bundler-plugin-core";
export declare const sentryEsbuildPlugin: (options?: Options) => any;
declare const _default: (options?: Options) => any;
export default _default;
export type { Options as SentryEsbuildPluginOptions } from "@sentry/bundler-plugin-core";
export { sentryCliBinaryExists } from "@sentry/bundler-plugin-core";
