import { BoatsRC } from './interfaces/BoatsRc';
/**
 * Bundles many files together and returns the final output path
 */
declare const _default: (input: {
    inputFile: string;
    outputFile: string;
    boatsRc: BoatsRC;
    indentation: number;
    doNotValidate: boolean;
    excludeVersion: boolean;
    dereference: boolean;
}) => Promise<string>;
export default _default;
