import { StickerLine, StickerTelegram } from '../types/index.js'; export declare function stickerTelegram(query: string, page?: number): Promise; export declare function stickerLine(query: string): Promise; //# sourceMappingURL=sticker.d.ts.map