import type { BundleFunction } from '../types.js';
declare const bundler: {
    bundle: BundleFunction;
    getSrcFiles: import("../types.js").GetSrcFilesFunction;
};
export default bundler;
