import { Metadata } from 'next';
export declare const generatePostMetadata: (apiKey: string, postId: string) => Promise<Metadata>;
