import type { ChatProject } from '@voiceflow/chat-types';
export interface SharedChatMemberPlatformData extends ChatProject.MemberPlatformData {
}
export interface ChatMemberPlatformData extends SharedChatMemberPlatformData {
}
export declare const defaultSharedChatMemberPlatformData: (data?: Partial<SharedChatMemberPlatformData>) => SharedChatMemberPlatformData;
export declare const defaultChatMemberPlatformData: (data?: Partial<ChatMemberPlatformData>) => ChatMemberPlatformData;
//# sourceMappingURL=member.d.ts.map