import { Variable } from '../Variable'; import { DateTimeCurrentFactory } from 'md-library-test-first-version'; export declare class Factory { private dateTimeCurrentFactory; constructor(dateTimeCurrentFactory: DateTimeCurrentFactory); create(): Variable; }