export declare const categories: {
    get: () => void;
    search: () => void;
};
