import { PuppetCacheRoomPayload, PuppetMemberBrief } from 'wechaty-puppet-cache'; import { PadplusRoomPayload, PadplusMemberBrief } from '../schemas'; export declare function cacheToPadplusRoomPayload(cachePayload: PuppetCacheRoomPayload): PadplusRoomPayload; export declare function padplusToCacheRoomPayload(padplusPayload: PadplusRoomPayload): PuppetCacheRoomPayload; export declare function cacheToPadplusMemberBriefPayload(cachePayload: PuppetMemberBrief): PadplusMemberBrief; export declare function padplusToCacheMemberBriefPayload(padplusPayload: PadplusMemberBrief): PuppetMemberBrief; //# sourceMappingURL=room-cache-mapper.d.ts.map