import type { CollectionWithDefaults } from '@staticcms/core'; export default function useNewEntryUrl(collection: CollectionWithDefaults | undefined, filterTerm: string | undefined): string | undefined;