import type { ReactotronCore } from "reactotron-core-client";
export default function createSendAction<Client extends ReactotronCore = ReactotronCore>(reactotron: Client): (action: {
type: any;
}, ms: number, important?: boolean, diff?: any) => void;