interface replyTypes { content?: string; components?: unknown; embeds: any[]; } export declare function sendC(token: string, channelID: string, payload: replyTypes): Promise; export {}; //# sourceMappingURL=sendchannel.d.ts.map