import type { CommittalType } from '../types/record.types.js';
export default function getCommittalTypes(includeDeleted?: boolean): CommittalType[];