export declare function setBrand(brand?: string): {
    '@type': string;
    name: string;
} | undefined;
