import { IScope } from "../types"; import { MacroFunction } from "./Function"; export declare class StoreFactory extends MacroFunction { constructor(scope: IScope); } export declare class TempFactory extends MacroFunction { constructor(scope: IScope); }