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