import type { Client } from '../..';
declare const fnMap: {
    [key: string]: (client: Client, message: any) => Promise<void>;
};
export default fnMap;
//# sourceMappingURL=index.d.ts.map