/** * A long text. * * @minimum 1 * @maximum 500 * @TJS-type string */ export declare type IDescription = string; export declare const isIDescription: (d: any) => d is string;