export interface IFMergeArgs {
    manifests: string[];
    output?: string;
    name?: string;
    description?: string;
}
