import Poll from "./poll"; import Rss from "./rss"; import email from "./email"; import Webhook from "./webhook"; import Script from "./script"; import Graphql from "./graphql"; import TelegramBot from "@actionsflow/trigger-telegram_bot"; import Twitter from "@actionsflow/trigger-twitter"; import Slack from "@actionsflow/trigger-slack"; import AWSSNS from "@actionsflow/trigger-aws_sns"; import NPM from "@actionsflow/trigger-npm"; import Reddit from "@actionsflow/trigger-reddit"; import Youtube from "@actionsflow/trigger-youtube"; import Weather from "@actionsflow/trigger-weather"; import Instagram from "@actionsflow/trigger-instagram"; declare const _default: { poll: typeof Poll; rss: typeof Rss; graphql: typeof Graphql; webhook: typeof Webhook; script: typeof Script; telegram_bot: typeof TelegramBot; twitter: typeof Twitter; slack: typeof Slack; email: typeof email; aws_sns: typeof AWSSNS; npm: typeof NPM; typeform: any; reddit: typeof Reddit; google_form: any; trello: any; youtube: typeof Youtube; weather: typeof Weather; instagram: typeof Instagram; }; export default _default;