export declare class CategoryIndexNotFoundException extends Error {
    constructor(category: string, options?: ErrorOptions);
}
