import { Env } from '../types'; export declare function runAction(env: Env, contents?: string): void;