import { type Context } from '@semantic-api/api'; type Props = { collections?: Array; noSerialize?: boolean; }; declare const describe: (props: Props, context: Context) => Promise; export default describe;