import { CommandConfigOptions } from "../project";
export declare function defaultOptions<T extends CommandConfigOptions>(...sources: any[]): T;
