import type { Input } from '../../types.ts';
type Options = Omit<Input, 'output'>;
export default function build({ root, report }: Options): Promise<void>;
export {};
