type DetectedSemanticCommit = 'enabled' | 'disabled';
export declare function detectSemanticCommits(): Promise<DetectedSemanticCommit>;
export {};
