export * from './image.js'; export declare function metas({ title, description, image, type, name, url }: { title: string; description: string; image?: string; type?: string; name?: string; url?: string; }): string[]; //# sourceMappingURL=index.d.ts.map