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