import { WebClient } from '@slack/web-api';
export declare const getSlackAPI: (accountName: string) => Promise<WebClient>;
export declare const getSlackAPIByToken: (token: string) => Promise<WebClient>;
//# sourceMappingURL=slackAPI.d.ts.map