export type ChangesetsConfig = {
    $schema?: string;
    changelog: string | string[];
};
