import type { Resolver } from '..'; export type Root = { title?: string; description?: string; canonical?: string; }; export declare const StoreSeo: Record>;