export type SemanticReleaseConfig = {
    plugins?: (string | [string, Record<string, unknown>])[];
};
