import type { CommittalType } from '../types/recordTypes.js';
export default function getCommittalTypes(): Promise<CommittalType[]>;