export type OclifConfig = {
    plugins?: string[];
    devPlugins?: string[];
};
