import type { BindingOutputOptions } from '../binding';
import type { OutputOptions } from '../options/output-options';
import { SourcemapIgnoreListOption } from '../types/misc';
export declare function bindingifyOutputOptions(outputOptions: OutputOptions): BindingOutputOptions;
export declare function bindingifySourcemapIgnoreList(sourcemapIgnoreList: OutputOptions['sourcemapIgnoreList']): SourcemapIgnoreListOption;
