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