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