declare function getCommitMeaning(message: string): "meaningful" | "release" | { type: string | undefined; }; export { getCommitMeaning };