export declare function setImage(image?: string): {
    '@type': string;
    url: string;
} | undefined;
