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