import { ProductOption } from "./option.base.js"; export declare class VlaicuOption extends ProductOption { getBuyLink(): string; }