import type { DefineOgImageInput } from '../../types.js'; /** * Internal raw implementation for defining OG images. * Used by defineOgImage and defineOgImageScreenshot. */ export declare function defineOgImageRaw(_options?: DefineOgImageInput | DefineOgImageInput[]): string[];