import type { Plugin } from 'rollup'; import type { StripShebangOptions } from './types'; export declare function stripShebang(options?: StripShebangOptions): Plugin; //# sourceMappingURL=plugin.d.ts.map