import { TinyType } from 'tiny-types';
export declare class Category extends TinyType {
    readonly value: string;
    static fromJSON(v: string): Category;
    constructor(value: string);
}
//# sourceMappingURL=Category.d.ts.map