import { ITransaction } from '../interfaces/transaction.interface'; export declare const DISCORD_UPDATE_CHANNELS_TRANSACTIONS: ITransaction[]; export declare const DISCORD_FETCH_MEMBERS_TRANSACTIONS: ITransaction[]; export declare const TWITTER_REFRESH_TRANSACTIONS: ITransaction[]; export declare const ANNOUNCEMENT_SEND_MESSAGE_TO_USER_TRANSACTIONS: ITransaction[]; export declare const ANNOUNCEMENT_SEND_MESSAGE_TO_CHANNEL_TRANSACTIONS: ITransaction[];