import type { LogicAction } from "../action/logicAction"; import { Chainable } from "../action/chain"; export declare class Actionable | null = Record, Self extends Actionable = any> extends Chainable { constructor(); }