import { Message } from 'wechaty';
declare function atMatcher(at: boolean): (message: Message) => Promise<boolean>;
export { atMatcher };
//# sourceMappingURL=at-matcher.d.ts.map