export declare type LogsType = {
    guildId: string;
    ChannelLogs: string;
    BoostLogs: string;
    MemberLogs: string;
    GuildLogs: string;
    MessageLogs: string;
    RolesLogs: string;
    VoiceChannelsLogs: string;
};
//# sourceMappingURL=index.d.ts.map