import { Wot } from "../native"; export declare class WotBuilder { static fromWot(wot: Wot): Wot; static fromFile(filePath: string): Wot; }