/** Polar variable. */ export declare class Variable { readonly name: string; constructor(name: string); }