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