import { UseContent } from '@vue-storefront/core';
import { ContentSearchParams } from '../types';
declare const useContent: (cacheId: string) => UseContent<any, ContentSearchParams>;
export { useContent };
//# sourceMappingURL=useContent.d.ts.map