import { ChatsUnion, ErrorUnion } from '../outputs'; /** * Returns a list of public chats created by the user * @param {Object} state * @returns {ChatsUnion | ErrorUnion} */ export declare type GetCreatedPublicChatsMethod = (state?: Record) => Promise;