import type { RuntimeAction } from './types'; export declare function defineAction(action: RuntimeAction): RuntimeAction;