import type { Metadata } from 'next'; import type { MetaConfig } from 'payload'; export declare const generateMetadata: (args: { serverURL: string; } & MetaConfig) => Promise; //# sourceMappingURL=meta.d.ts.map