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