import { BuildCommandArgs } from '@tuzki/scaffold-types';
export declare const build: (commandArgs: BuildCommandArgs) => Promise<void>;
