/**
 * Get the active client
 *
 * @returns the active client instance
 *
 * @hidden
 */
export declare const getActiveClient: () => Amity.Client;
/**
 * Sets the active client
 *
 * @param client the client to assume as currently active client
 *
 * @hidden
 */
export declare const setActiveClient: (client: Amity.Client) => void;
//# sourceMappingURL=activeClient.d.ts.map