export interface IParamCheckDependenciesOptions { pr: boolean; git: boolean; interactive: boolean; securityOnly: boolean; } export interface IOutputPipes { warn: (message: string) => void; info: (message: string) => void; error: (message: string) => void; }