import type { CommandOptions } from 'tsds-lib';
export interface BuildOptions extends CommandOptions {
    clean?: boolean;
}
