UNPKG

@aidarkezio/main-func

Version:
4 lines • 268 B
import { StickerLine, StickerTelegram } from './types'; export declare function stickerTelegram(query: string, page?: number): Promise<StickerTelegram[]>; export declare function stickerLine(query: string): Promise<StickerLine[]>; //# sourceMappingURL=sticker.d.ts.map