import ChatChannel from './chatChannel.model';
import { QueryResult, TrxOption } from '../base.model';
declare const getChatChannel: (id: any, options?: TrxOption) => Promise<ChatChannel>;
declare const getChatChannels: (where?: {}, options?: TrxOption) => Promise<QueryResult<ChatChannel>>;
export { getChatChannel, getChatChannels };
//# sourceMappingURL=chatChannel.controller.d.ts.map