export type StickersSuggestionResponse = {
    id: number;
};
export declare const getStickersSuggestionFactory: (ctx: import("../../context.js").ContextBase, api: import("../../apis.js").API) => () => Promise<number[]>;
