import { Variable } from '../Variable'; export declare class Factory { create(): Variable; }