import { LogicAction } from "../action/logicAction"; import { Chainable } from "../action/chain"; export declare class Constructable = any> extends Chainable { constructor(); }