import type { DefineOgImageInput, OgImageOptions, OgImagePrebuilt } from '../../types.js';
export declare function normaliseOptions(_options: DefineOgImageInput): OgImageOptions | OgImagePrebuilt;
