import type { ResolvableMeta } from '@unhead/vue';
import type { OgImageOptions, OgImagePrebuilt, OgImageRuntimeConfig } from './types.js';
export * from './pure.js';
export declare function generateMeta(url: OgImagePrebuilt['url'] | string, resolvedOptions: OgImageOptions | OgImagePrebuilt): ResolvableMeta[];
export declare function getOgImagePath(pagePath: string, _options?: Partial<OgImageOptions>): string;
export declare function useOgImageRuntimeConfig(): OgImageRuntimeConfig;
