export interface Metadata {
    title: string;
    description: string;
    image: string;
    cover: string;
}
//# sourceMappingURL=meta.d.ts.map