export declare function potion(type: any, { duration, amplifier, color }: { duration?: number | undefined; amplifier?: number | undefined; color?: string | undefined; }): void;