import type { TCategory, TCategoryDescription, TCategoryPath } from "../types";
export declare const initialCategory: TCategory;
export declare const initialCategoryDescription: TCategoryDescription;
export declare const initialCategoryPath: TCategoryPath;
