import { Api } from 'telegram'; import { TResultError } from 'dprx-types'; import { DogExt } from '..'; import { EntityLike } from 'telegram/define'; export declare class DogFilter { static getChat({ chats, entity }: { chats?: Api.TypeChat[]; entity?: EntityLike; }): TResultError; static getDogs({ entity }: { entity: string; }): TResultError; }