import { ITriggerContructorParams, ITriggerOptions } from "actionsflow-core"; export declare const CONTEXT: { github: { event_name: string; event: { action: string; client_payload: { test: number; }; }; }; secrets: {}; }; export declare const getTriggerConstructorParams: ({ options, name, }: { options: ITriggerOptions; name: string; }) => Promise;