/opt/canhelp/node_modules/next/dist/compiled/@vercel/og
Edit: /opt/canhelp/node_modules/next/dist/compiled/@vercel/og/index.edge.d.ts (417B)
import type { ReactElement } from 'react';
import type { ImageResponseOptions, FigmaImageResponseProps } from './types';
export declare class ImageResponse extends Response {
constructor(element: ReactElement, options?: ImageResponseOptions);
}
export declare const experimental_FigmaImageResponse: (props: FigmaImageResponseProps) => Promise
;
export type EdgeImageResponse = typeof ImageResponse;