export interface IFEnvArgs {
    manifest?: string;
    install?: boolean;
    cwd?: boolean;
}
