///
import { createDebug } from '@walrus/build-utils';
import type { InputOptions } from './types';
export declare const debug: createDebug.Debugger;
export default function (inputOptions?: InputOptions, watch?: boolean): Promise;
export * from './types';