import { type Action } from "../lib/types"; export declare const TEST_ACTION: Action; export declare const TEST_ACTION_FAIL: Action;