import type { Pail } from "@visulima/pail"; import type { Plugin } from "rollup"; export interface CJSInteropOptions { addDefaultProperty?: boolean; } export declare const cjsInteropPlugin: ({ addDefaultProperty, logger, }: CJSInteropOptions & { logger: Pail; }) => Plugin;