import { TransactionLog } from "graphai"; export declare const cliLoadingPlugin: ({ nodeId, message }: { nodeId: string; message: string; }) => (log: TransactionLog) => void;