import type { Backend } from '@staticcms/core/backend'; export default function useCurrentBackend(): Backend | undefined;