export declare function setSupply(supply?: string[]): {
    '@type': string;
    name: string;
}[] | undefined;
