export interface Arguments {
    dist?: string;
    help?: string;
    files?: string[];
    main?: string;
    'remove-scripts'?: string[];
}
