export declare class ImageResponse extends Response {
    static displayName: string;
    constructor(...args: ConstructorParameters<typeof import('next/dist/compiled/@vercel/og').ImageResponse>);
}
